summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-03-27 15:19:46 -0700
committerRuss Allbery <rra@stanford.edu>2013-03-27 15:19:46 -0700
commit6871bae8e26beadaff5035de56b4f70a78961dc9 (patch)
tree366943055e3db5c26a9415d1d2ea1486054e8177 /config.h.in
parent61c348a8cc08e90c73993e09dc175b44c5a65681 (diff)
parent06c44c9eb5efb00bb9368ed3709106c91b0b36b5 (diff)
Imported Upstream version 1.0
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