X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=0311c4261c3dfaee71e6dba3e4bf839413aa3b58;hb=refs%2Fheads%2Fexperimental;hp=e74571cb28785c828a0453847ddd153993cdaeef;hpb=39023c865046f5230b94d07201855d1c2033b781;p=shibboleth%2Fsp.git diff --git a/config.h.in b/config.h.in index e74571c..0311c42 100644 --- a/config.h.in +++ b/config.h.in @@ -16,24 +16,43 @@ /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R +/* if you have the gssapi libraries */ +#undef HAVE_GSSAPI + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_KRB5_H + +/* if you have the GNU gssapi libraries */ +#undef HAVE_GSSGNU + +/* if you have the Heimdal gssapi libraries */ +#undef HAVE_GSSHEIMDAL + +/* if you have the MIT gssapi libraries */ +#undef HAVE_GSSMIT + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define if Xerces-C library was found */ -#undef HAVE_LIBXERCESC - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* define if the compiler implements namespaces */ #undef HAVE_NAMESPACES +/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE + */ +#undef HAVE_OLD_GSSMIT + /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD -/* Define if saml library was found */ -#undef HAVE_SAML - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -73,12 +92,19 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_UTSNAME_H + /* Define to 1 if you have the `timegm' function. */ #undef HAVE_TIMEGM /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -94,6 +120,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -101,10 +130,10 @@ your system. */ #undef PTHREAD_CREATE_JOINABLE -/* Define if log4cpp library is used. */ +/* Define to 1 if log4cpp library is used. */ #undef SHIBSP_LOG4CPP -/* Define if log4shib library is used. */ +/* Define to 1 if log4shib library is used. */ #undef SHIBSP_LOG4SHIB /* Define to 1 if Xerces XMLString includes XMLByte release. */ @@ -113,6 +142,9 @@ /* Define to 1 if Xerces DOMNodeFilter API returns a short. */ #undef SHIBSP_XERCESC_SHORT_ACCEPTNODE +/* Define to 1 if XML-Security-C supports white/blacklisting algorithms. */ +#undef SHIBSP_XMLSEC_WHITELISTING + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -128,5 +160,5 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t