Fix warning redefinition of __bitwise, Closes: #866712
[mech_eap.git] / config.h.in
index 9058ff6..bb8ad50 100644 (file)
@@ -27,6 +27,9 @@
 /* Define is OpenSAML is available */
 #undef HAVE_OPENSAML
 
+/* Define to 1 if you have the `secure_getenv' function. */
+#undef HAVE_SECURE_GETENV
+
 /* Define is Shibboleth resolver is available */
 #undef HAVE_SHIBRESOLVER
 
 /* Define to 1 if you have the `vasprintf' function. */
 #undef HAVE_VASPRINTF
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
 #undef LT_OBJDIR
 
+/* Define if gss_const_name_t is a pointer. Broken krb5 10.x headers define it
+   as a struct. */
+#undef MECHEAP_GSS_CONST_NAME_T_IS_POINTER
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O