Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / courier_auth_config.h
CommitLineData
64ff59ba 1/* courier_auth_config.h. Generated from courier_auth_config.h.in by configure. */
d9898ee8 2/* courier_auth_config.h.in. Generated from configure.in by autoheader. */
3
4/* Whether we have the crypt() function */
5#define HAVE_CRYPT 1
6
7/* Define to 1 if you have the <crypt.h> header file. */
8#define HAVE_CRYPT_H 1
9
10/* Define to 1 if you have the <dlfcn.h> header file. */
11#define HAVE_DLFCN_H 1
12
13/* Define to 1 if you have the `endpwent' function. */
14#define HAVE_ENDPWENT 1
15
16/* Define to 1 if you have the `endspent' function. */
17#define HAVE_ENDSPENT 1
18
19/* Whether expect(1) is installed */
20#define HAVE_EXPECT 1
21
22/* Define to 1 if you have the <fcntl.h> header file. */
23#define HAVE_FCNTL_H 1
24
25/* Define to 1 if you have the `getspent' function. */
26#define HAVE_GETSPENT 1
27
28/* Whether we have the HMAC library available */
29#define HAVE_HMACLIB 1
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#define HAVE_INTTYPES_H 1
33
34/* Define to 1 if you have the <lber.h> header file. */
35#define HAVE_LBER_H 1
36
37/* Define to 1 if you have the <ldap.h> header file. */
38#define HAVE_LDAP_H 1
39
40/* Whether we have ldap_parse_result() function */
41#define HAVE_LDAP_PARSE_RESULT 1
42
43/* Whether we have ldap_result2error() function */
44#define HAVE_LDAP_RESULT2ERROR 1
45
46/* Whether we have ldap_start_tls_s */
47#define HAVE_LDAP_TLS 1
48
49/* Define to 1 if you have the `shadow' library (-lshadow). */
50/* #undef HAVE_LIBSHADOW */
51
52/* Whether we have the MD5 library available */
53#define HAVE_MD5LIB 1
54
55/* Define to 1 if you have the <memory.h> header file. */
56#define HAVE_MEMORY_H 1
57
58/* Define to 1 if you have the <netinet/in.h> header file. */
59#define HAVE_NETINET_IN_H 1
60
61/* Whether header installation directory is nontstandard */
62/* #undef HAVE_NOSTDHEADERDIR */
63
64/* Whether -lvpopmail has the open_smtp_relay() function */
65/* #undef HAVE_OPEN_SMTP_RELAY */
66
67/* Define to 1 if you have the <Pam/pam_appl.h> header file. */
68/* #undef HAVE_PAM_PAM_APPL_H */
69
70/* Define to 1 if you have the `pam_setcred' function. */
71#define HAVE_PAM_SETCRED 1
72
73/* Define to 1 if you have the <security/pam_appl.h> header file. */
74#define HAVE_SECURITY_PAM_APPL_H 1
75
76/* Define to 1 if you have the `setlogin' function. */
77/* #undef HAVE_SETLOGIN */
78
79/* Define to 1 if you have the `setsid' function. */
80#define HAVE_SETSID 1
81
82/* Whether we have the SHA1 library available */
83#define HAVE_SHA1LIB 1
84
85/* Define to 1 if you have the <shadow.h> header file. */
86#define HAVE_SHADOW_H 1
87
88/* Define to 1 if you have the <stdint.h> header file. */
89#define HAVE_STDINT_H 1
90
91/* Define to 1 if you have the <stdio.h> header file. */
92#define HAVE_STDIO_H 1
93
94/* Define to 1 if you have the <stdlib.h> header file. */
95#define HAVE_STDLIB_H 1
96
97/* Define to 1 if you have the <strings.h> header file. */
98#define HAVE_STRINGS_H 1
99
100/* Define to 1 if you have the <string.h> header file. */
101#define HAVE_STRING_H 1
102
103/* Define to 1 if you have the <sys/select.h> header file. */
104#define HAVE_SYS_SELECT_H 1
105
106/* Define to 1 if you have the <sys/stat.h> header file. */
107#define HAVE_SYS_STAT_H 1
108
109/* Define to 1 if you have the <sys/time.h> header file. */
110#define HAVE_SYS_TIME_H 1
111
112/* Define to 1 if you have the <sys/types.h> header file. */
113#define HAVE_SYS_TYPES_H 1
114
115/* Define to 1 if you have the <sys/wait.h> header file. */
116#define HAVE_SYS_WAIT_H 1
117
118/* Define to 1 if you have the <termios.h> header file. */
119#define HAVE_TERMIOS_H 1
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#define HAVE_UNISTD_H 1
123
124/* Whether -lvpopmail has the vset_lastauth() function */
125/* #undef HAVE_VSET_LASTAUTH */
126
127/* Whether we must a prototype for crypt() */
128#define NEED_CRYPT_PROTOTYPE 0
129
130/* Name of package */
131/* #undef PACKAGE */
132
133/* Define to the address where bug reports for this package should be sent. */
134/* #undef PACKAGE_BUGREPORT */
135
136/* Define to the full name of this package. */
137/* #undef PACKAGE_NAME */
138
139/* Define to the full name and version of this package. */
140/* #undef PACKAGE_STRING */
141
142/* Define to the one symbol short name of this package. */
143/* #undef PACKAGE_TARNAME */
144
145/* Define to the version of this package. */
146/* #undef PACKAGE_VERSION */
147
148/* Define as the return type of signal handlers (`int' or `void'). */
149#define RETSIGTYPE void
150
151/* This macro is used to build the list of SASL modules */
152#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)
153
154/* Define to 1 if you have the ANSI C header files. */
155#define STDC_HEADERS 1
156
157/* Location of the userdb database */
c3a178a3 158#define USERDB "/etc/courier/userdb"
d9898ee8 159
160/* Version number of package */
161/* #undef VERSION */
162
163/* Define to empty if `const' does not conform to ANSI C. */
164/* #undef const */
165
166/* Define to `int' if <sys/types.h> doesn't define. */
167/* #undef gid_t */
168
169/* Define to `int' if <sys/types.h> does not define. */
170/* #undef pid_t */
171
172/* Default definition for socklen_t */
173/* #undef socklen_t */
174
175/* Define to `int' if <sys/types.h> doesn't define. */
176/* #undef uid_t */