X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=c4d0a33c18a37a65ce9138ce76fc71662543bb7e;hb=refs%2Fheads%2Fdebian;hp=112685811fc81631d713d5bb37981836edf32da7;hpb=822e5af92df2888f13647dac74ad50b0fcc5c1e4;p=shibboleth%2Fsp.git diff --git a/config.h.in b/config.h.in index 1126858..c4d0a33 100644 --- a/config.h.in +++ b/config.h.in @@ -13,26 +13,51 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `getgrnam' function. */ +#undef HAVE_GETGRNAM + +/* Define to 1 if you have the `getpwnam' function. */ +#undef HAVE_GETPWNAM + /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R +/* Define to 1 if you have the header file. */ +#undef HAVE_GRP_H + +/* Define to 1 if GSS-API composite name import is available. */ +#undef HAVE_GSSAPI_COMPOSITE_NAME + +/* 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 + +/* Define to 1 if GSS-API naming extensions are available. */ +#undef HAVE_GSSAPI_NAMINGEXTS + /* 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_PWD_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -73,14 +98,18 @@ /* 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 if xmltooling library was found */ -#undef HAVE_XMLTOOLING +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR /* Name of package */ #undef PACKAGE @@ -97,6 +126,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 @@ -104,10 +136,22 @@ your system. */ #undef PTHREAD_CREATE_JOINABLE -/* Define if log4cpp library is used. */ +/* if you have the gssapi libraries */ +#undef SHIBSP_HAVE_GSSAPI + +/* if you have the GNU gssapi libraries */ +#undef SHIBSP_HAVE_GSSGNU + +/* if you have the Heimdal gssapi libraries */ +#undef SHIBSP_HAVE_GSSHEIMDAL + +/* if you have the MIT gssapi libraries */ +#undef SHIBSP_HAVE_GSSMIT + +/* 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. */ @@ -116,6 +160,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 @@ -131,5 +178,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