]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - config.h.in
Imported Upstream version 1.1
[kerberos/krb5-strength.git] / config.h.in
index 7a40cd19eb9f3f1373a82a21f33d5e7453778862..d0b8a4d9c84d111010085d7af83426824efc9ed5 100644 (file)
@@ -26,6 +26,9 @@
 /* Define to 1 if you have the <kadm5-pwcheck.h> header file. */
 #undef HAVE_KADM5_PWCHECK_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
 
 /* Define to 1 if you have the `krb5_get_err_txt' function. */
 #undef HAVE_KRB5_GET_ERR_TXT
 
+/* Define to 1 if you have the <krb5.h> header file. */
+#undef HAVE_KRB5_H
+
+/* 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/pwcheck_plugin.h> header file. */
 #undef HAVE_KRB5_PWCHECK_PLUGIN_H
 
@@ -56,6 +65,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
 
 
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 #undef _POSIX_SOURCE
+
+/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+#undef _UINT32_T
+
+/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+#undef _UINT8_T
+
+/* Define to the type of an unsigned integer type of width exactly 16 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint16_t
+
+/* Define to the type of an unsigned integer type of width exactly 32 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint32_t
+
+/* Define to the type of an unsigned integer type of width exactly 8 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint8_t