comparison config.h.in @ 0:08114f7dcc23 0.2.21

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children af25f5c39d90
comparison
equal deleted inserted replaced
-1:000000000000 0:08114f7dcc23
1 /* config.h.in. Generated from configure.ac by autoheader. */
2 #undef DEF_MAIL_GROUP
3 #undef DEF_MAIL_USER
4
5 /* Define if you want to use lockfile library. */
6 #undef USE_LIBLOCKFILE
7
8 #undef ENABLE_DEBUG
9
10 #undef ENABLE_RESOLVER
11
12 #undef ENABLE_SMTP_SERVER
13
14 #undef ENABLE_POP3
15
16 #undef ENABLE_AUTH
17
18 #undef ENABLE_MAILDIR
19
20 #undef USE_LIB_CRYPTO
21
22 #undef ENABLE_IDENT
23
24 #undef ENABLE_MSERVER
25
26 #undef CONF_DIR
27
28 #undef DATA_DIR
29
30 #undef SBINDIR
31
32 /* The configuration file location */
33 #undef CONF_DIR
34
35 /* The data directory */
36 #undef DATA_DIR
37
38 /* The mail group */
39 #undef DEF_MAIL_GROUP
40
41 /* The mail user */
42 #undef DEF_MAIL_USER
43
44 /* If AUTH is enabled */
45 #undef ENABLE_AUTH
46
47 /* If debugging is enabled */
48 #undef ENABLE_DEBUG
49
50 /* If ident is enabled */
51 #undef ENABLE_IDENT
52
53 /* If Maildirs are enabled */
54 #undef ENABLE_MAILDIR
55
56 /* If mserver support is enabled */
57 #undef ENABLE_MSERVER
58
59 /* If the POP3 support is enabled */
60 #undef ENABLE_POP3
61
62 /* If the resolver is to be used */
63 #undef ENABLE_RESOLVER
64
65 /* If the SMTP server is enabled */
66 #undef ENABLE_SMTP_SERVER
67
68 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
69 #undef HAVE_DOPRNT
70
71 /* Define to 1 if you have the <fcntl.h> header file. */
72 #undef HAVE_FCNTL_H
73
74 /* Define to 1 if you have the `fdatasync' function. */
75 #undef HAVE_FDATASYNC
76
77 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
78 #undef HAVE_FNMATCH
79
80 /* Define to 1 if you have the `getline' function. */
81 #undef HAVE_GETLINE
82
83 /* Define to 1 if you have the <inttypes.h> header file. */
84 #undef HAVE_INTTYPES_H
85
86 /* Define to 1 if you have the <memory.h> header file. */
87 #undef HAVE_MEMORY_H
88
89 /* Define to 1 if you have the `select' function. */
90 #undef HAVE_SELECT
91
92 /* Define to 1 if you have the `socket' function. */
93 #undef HAVE_SOCKET
94
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #undef HAVE_STDINT_H
97
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 #undef HAVE_STDLIB_H
100
101 /* Define to 1 if you have the `strerror' function. */
102 #undef HAVE_STRERROR
103
104 /* Define to 1 if you have the `strftime' function. */
105 #undef HAVE_STRFTIME
106
107 /* Define to 1 if you have the <strings.h> header file. */
108 #undef HAVE_STRINGS_H
109
110 /* Define to 1 if you have the <string.h> header file. */
111 #undef HAVE_STRING_H
112
113 /* Define to 1 if you have the `strstr' function. */
114 #undef HAVE_STRSTR
115
116 /* Define to 1 if you have the <syslog.h> header file. */
117 #undef HAVE_SYSLOG_H
118
119 /* Define to 1 if you have the <sys/stat.h> header file. */
120 #undef HAVE_SYS_STAT_H
121
122 /* Define to 1 if you have the <sys/time.h> header file. */
123 #undef HAVE_SYS_TIME_H
124
125 /* Define to 1 if you have the <sys/types.h> header file. */
126 #undef HAVE_SYS_TYPES_H
127
128 /* Define to 1 if you have the <unistd.h> header file. */
129 #undef HAVE_UNISTD_H
130
131 /* Define to 1 if you have the `vprintf' function. */
132 #undef HAVE_VPRINTF
133
134 /* Name of package */
135 #undef PACKAGE
136
137 /* Define to the address where bug reports for this package should be sent. */
138 #undef PACKAGE_BUGREPORT
139
140 /* Define to the full name of this package. */
141 #undef PACKAGE_NAME
142
143 /* Define to the full name and version of this package. */
144 #undef PACKAGE_STRING
145
146 /* Define to the one symbol short name of this package. */
147 #undef PACKAGE_TARNAME
148
149 /* Define to the version of this package. */
150 #undef PACKAGE_VERSION
151
152 /* Define as the return type of signal handlers (`int' or `void'). */
153 #undef RETSIGTYPE
154
155 /* The sbin directory */
156 #undef SBINDIR
157
158 /* Define to 1 if you have the ANSI C header files. */
159 #undef STDC_HEADERS
160
161 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
162 #undef TIME_WITH_SYS_TIME
163
164 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
165 #undef TM_IN_SYS_TIME
166
167 /* If liblockfile is to be used */
168 #undef USE_LIBLOCKFILE
169
170 /* If libcrypto is available */
171 #undef USE_LIB_CRYPTO
172
173 /* Version number of package */
174 #undef VERSION
175
176 /* Define to empty if `const' does not conform to ANSI C. */
177 #undef const
178
179 /* Define to `int' if <sys/types.h> does not define. */
180 #undef pid_t
181
182 /* Define to `unsigned' if <sys/types.h> does not define. */
183 #undef size_t