summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d8c5681..b16f4ff 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,12 +24,24 @@
/* Define if the compiler supports GNU-style variadic macros. */
#undef HAVE_GNU_VAMACROS
+/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
+#undef HAVE_GSSAPI_GSSAPI_H
+
+/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
+#undef HAVE_GSSAPI_GSSAPI_KRB5_H
+
+/* Define to 1 if the GSS-API library uses RFC-compliant OIDs. */
+#undef HAVE_GSS_RFC_OIDS
+
/* Define to 1 if you have the <ibm_svc/krb5_svc.h> header file. */
#undef HAVE_IBM_SVC_KRB5_SVC_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to enable Kerberos features. */
+#undef HAVE_KERBEROS
+
/* Define to 1 if you have the `krb5_free_error_message' function. */
#undef HAVE_KRB5_FREE_ERROR_MESSAGE
@@ -55,9 +67,15 @@
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_DEFAULT_FLAGS
+/* Define to 1 if you have the <krb5.h> header file. */
+#undef HAVE_KRB5_H
+
/* Define to 1 if `keyblock' is a member of `krb5_keytab_entry'. */
#undef HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK
+/* Define to 1 if you have the <krb5/krb5.h> header file. */
+#undef HAVE_KRB5_KRB5_H
+
/* Define to 1 if you have the `krb5_principal_get_realm' function. */
#undef HAVE_KRB5_PRINCIPAL_GET_REALM
@@ -73,6 +91,9 @@
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
+/* Define to enable remctl features. */
+#undef HAVE_REMCTL
+
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
@@ -82,6 +103,9 @@
/* Define if your system has a working snprintf function. */
#undef HAVE_SNPRINTF
+/* Define to 1 if the system has the type `ssize_t'. */
+#undef HAVE_SSIZE_T
+
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H