X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=308b9679b603a706ba00c2e6085bc8adee6a30a5;hb=d8a916bd03e54cac542a6af3896c10d88c8f3f19;hp=54291157a26ed077dd73cd5ab518e3be5047dd32;hpb=625251c87a9ea29d6dd6a67f558d47448100e217;p=cyrus-sasl.git diff --git a/config.h.in b/config.h.in index 5429115..308b967 100644 --- a/config.h.in +++ b/config.h.in @@ -113,6 +113,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_EXT_H + /* Define if you have the gssapi.h header file */ #undef HAVE_GSSAPI_H @@ -126,6 +129,15 @@ /* Define if your GSSAPI implimentation defines GSS_C_NT_USER_NAME */ #undef HAVE_GSS_C_NT_USER_NAME +/* Define to 1 if you have the `gss_decapsulate_token' function. */ +#undef HAVE_GSS_DECAPSULATE_TOKEN + +/* Define to 1 if you have the `gss_encapsulate_token' function. */ +#undef HAVE_GSS_ENCAPSULATE_TOKEN + +/* Define to 1 if you have the `gss_oid_equal' function. */ +#undef HAVE_GSS_OID_EQUAL + /* Define to 1 if you have the `inet_aton' function. */ #undef HAVE_INET_ATON @@ -308,6 +320,10 @@ /* Ignore IP Address in Kerberos 4 tickets? */ #undef KRB4_IGNORE_IP_ADDRESS +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -323,6 +339,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 @@ -359,7 +378,7 @@ /* Use NDBM for SASLdb */ #undef SASL_NDBM -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* Link ANONYMOUS Staticly */ @@ -434,9 +453,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `int' if does not define. */ #undef mode_t