Merge from debian.
[hcoop/debian/courier-authlib.git] / courier_auth_config.h
index ba9e007..e6491d5 100644 (file)
@@ -25,9 +25,6 @@
 /* Define to 1 if you have the `getspent' function. */
 #define HAVE_GETSPENT 1
 
 /* 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 <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
@@ -49,9 +46,6 @@
 /* Define to 1 if you have the `shadow' library (-lshadow). */
 /* #undef HAVE_LIBSHADOW */
 
 /* 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 <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -61,9 +55,6 @@
 /* Whether header installation directory is nontstandard */
 /* #undef HAVE_NOSTDHEADERDIR */
 
 /* 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 <Pam/pam_appl.h> header file. */
 /* #undef HAVE_PAM_PAM_APPL_H */
 
 /* Define to 1 if you have the <Pam/pam_appl.h> 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
 
 /* 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 <shadow.h> header file. */
 #define HAVE_SHADOW_H 1
 
 /* Define to 1 if you have the <shadow.h> header file. */
 #define HAVE_SHADOW_H 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
 /* Define to 1 if you have the <unistd.h> 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
 
 /* Whether we must a prototype for crypt() */
 #define NEED_CRYPT_PROTOTYPE 0
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void
 
 /* 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
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1