X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/84870c69e4141e199b73cc5915e13edebc9bc706..ac40fd9eb9d1980c90dc009d526a23ead1ec0f76:/courier_auth_config.h diff --git a/courier_auth_config.h b/courier_auth_config.h index 494558e..67d2f2f 100644 --- a/courier_auth_config.h +++ b/courier_auth_config.h @@ -25,9 +25,6 @@ /* Define to 1 if you have the `getspent' function. */ #define HAVE_GETSPENT 1 -/* Whether we have the HMAC library available */ -#define HAVE_HMACLIB 1 - /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 @@ -49,9 +46,6 @@ /* Define to 1 if you have the `shadow' library (-lshadow). */ /* #undef HAVE_LIBSHADOW */ -/* Whether we have the MD5 library available */ -#define HAVE_MD5LIB 1 - /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 @@ -61,9 +55,6 @@ /* Whether header installation directory is nontstandard */ /* #undef HAVE_NOSTDHEADERDIR */ -/* Whether -lvpopmail has the open_smtp_relay() function */ -/* #undef HAVE_OPEN_SMTP_RELAY */ - /* Define to 1 if you have the header file. */ /* #undef HAVE_PAM_PAM_APPL_H */ @@ -79,9 +70,6 @@ /* Define to 1 if you have the `setsid' function. */ #define HAVE_SETSID 1 -/* Whether we have the SHA1 library available */ -#define HAVE_SHA1LIB 1 - /* Define to 1 if you have the header file. */ #define HAVE_SHADOW_H 1 @@ -121,9 +109,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Whether -lvpopmail has the vset_lastauth() function */ -/* #undef HAVE_VSET_LASTAUTH */ - /* Whether we must a prototype for crypt() */ #define NEED_CRYPT_PROTOTYPE 0 @@ -148,9 +133,6 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -/* This macro is used to build the list of SASL modules */ -#define SASL_LIST SASL("CRAM-SHA256", authsasl_cram, authsaslclient_cramsha256) SASL("CRAM-SHA1", authsasl_cram, authsaslclient_cramsha1) SASL("CRAM-MD5", authsasl_cram, authsaslclient_crammd5) SASL("PLAIN", authsasl_plain, authsaslclient_plain) SASL("LOGIN", authsasl_login, authsaslclient_login) - /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1