Merge from 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
d9898ee8 28/* Define to 1 if you have the <inttypes.h> header file. */
29#define HAVE_INTTYPES_H 1
30
31/* Define to 1 if you have the <lber.h> header file. */
32#define HAVE_LBER_H 1
33
34/* Define to 1 if you have the <ldap.h> header file. */
35#define HAVE_LDAP_H 1
36
37/* Whether we have ldap_parse_result() function */
38#define HAVE_LDAP_PARSE_RESULT 1
39
40/* Whether we have ldap_result2error() function */
41#define HAVE_LDAP_RESULT2ERROR 1
42
43/* Whether we have ldap_start_tls_s */
44#define HAVE_LDAP_TLS 1
45
46/* Define to 1 if you have the `shadow' library (-lshadow). */
47/* #undef HAVE_LIBSHADOW */
48
d9898ee8 49/* Define to 1 if you have the <memory.h> header file. */
50#define HAVE_MEMORY_H 1
51
52/* Define to 1 if you have the <netinet/in.h> header file. */
53#define HAVE_NETINET_IN_H 1
54
55/* Whether header installation directory is nontstandard */
56/* #undef HAVE_NOSTDHEADERDIR */
57
d9898ee8 58/* Define to 1 if you have the <Pam/pam_appl.h> header file. */
59/* #undef HAVE_PAM_PAM_APPL_H */
60
61/* Define to 1 if you have the `pam_setcred' function. */
62#define HAVE_PAM_SETCRED 1
63
64/* Define to 1 if you have the <security/pam_appl.h> header file. */
65#define HAVE_SECURITY_PAM_APPL_H 1
66
67/* Define to 1 if you have the `setlogin' function. */
68/* #undef HAVE_SETLOGIN */
69
70/* Define to 1 if you have the `setsid' function. */
71#define HAVE_SETSID 1
72
d9898ee8 73/* Define to 1 if you have the <shadow.h> header file. */
74#define HAVE_SHADOW_H 1
75
76/* Define to 1 if you have the <stdint.h> header file. */
77#define HAVE_STDINT_H 1
78
79/* Define to 1 if you have the <stdio.h> header file. */
80#define HAVE_STDIO_H 1
81
82/* Define to 1 if you have the <stdlib.h> header file. */
83#define HAVE_STDLIB_H 1
84
85/* Define to 1 if you have the <strings.h> header file. */
86#define HAVE_STRINGS_H 1
87
88/* Define to 1 if you have the <string.h> header file. */
89#define HAVE_STRING_H 1
90
91/* Define to 1 if you have the <sys/select.h> header file. */
92#define HAVE_SYS_SELECT_H 1
93
94/* Define to 1 if you have the <sys/stat.h> header file. */
95#define HAVE_SYS_STAT_H 1
96
97/* Define to 1 if you have the <sys/time.h> header file. */
98#define HAVE_SYS_TIME_H 1
99
100/* Define to 1 if you have the <sys/types.h> header file. */
101#define HAVE_SYS_TYPES_H 1
102
103/* Define to 1 if you have the <sys/wait.h> header file. */
104#define HAVE_SYS_WAIT_H 1
105
106/* Define to 1 if you have the <termios.h> header file. */
107#define HAVE_TERMIOS_H 1
108
109/* Define to 1 if you have the <unistd.h> header file. */
110#define HAVE_UNISTD_H 1
111
d9898ee8 112/* Whether we must a prototype for crypt() */
113#define NEED_CRYPT_PROTOTYPE 0
114
115/* Name of package */
116/* #undef PACKAGE */
117
118/* Define to the address where bug reports for this package should be sent. */
119/* #undef PACKAGE_BUGREPORT */
120
121/* Define to the full name of this package. */
122/* #undef PACKAGE_NAME */
123
124/* Define to the full name and version of this package. */
125/* #undef PACKAGE_STRING */
126
127/* Define to the one symbol short name of this package. */
128/* #undef PACKAGE_TARNAME */
129
130/* Define to the version of this package. */
131/* #undef PACKAGE_VERSION */
132
133/* Define as the return type of signal handlers (`int' or `void'). */
134#define RETSIGTYPE void
135
d9898ee8 136/* Define to 1 if you have the ANSI C header files. */
137#define STDC_HEADERS 1
138
139/* Location of the userdb database */
c3a178a3 140#define USERDB "/etc/courier/userdb"
d9898ee8 141
142/* Version number of package */
143/* #undef VERSION */
144
145/* Define to empty if `const' does not conform to ANSI C. */
146/* #undef const */
147
148/* Define to `int' if <sys/types.h> doesn't define. */
149/* #undef gid_t */
150
151/* Define to `int' if <sys/types.h> does not define. */
152/* #undef pid_t */
153
154/* Default definition for socklen_t */
155/* #undef socklen_t */
156
157/* Define to `int' if <sys/types.h> doesn't define. */
158/* #undef uid_t */