masqmail

view config.h.in @ 164:5b621742b2e7

removed the mserver feature i.e. the functionality itself in the code the `mserver' value of online_detect and `mserver_iface' config options and the --enable-mserver configure option All functionality, however, is still available through mservdetect
author meillo@marmaro.de
date Thu, 08 Jul 2010 22:01:33 +0200
parents e20fe8c9936a
children 89f951be358f
line source
1 /* config.h.in. Generated from configure.ac by autoheader. */
2 #undef DEF_MAIL_GROUP
3 #undef DEF_MAIL_USER
5 /* Define if you want to use lockfile library. */
6 #undef USE_LIBLOCKFILE
8 #undef ENABLE_DEBUG
10 #undef ENABLE_RESOLVER
12 #undef ENABLE_SMTP_SERVER
14 #undef ENABLE_POP3
16 #undef ENABLE_AUTH
18 #undef ENABLE_MAILDIR
20 #undef USE_LIB_CRYPTO
22 #undef ENABLE_IDENT
24 #undef CONF_DIR
26 #undef DATA_DIR
28 #undef SBINDIR
30 /* The configuration file location */
31 #undef CONF_DIR
33 /* The data directory */
34 #undef DATA_DIR
36 /* The mail group */
37 #undef DEF_MAIL_GROUP
39 /* The mail user */
40 #undef DEF_MAIL_USER
42 /* If AUTH is enabled */
43 #undef ENABLE_AUTH
45 /* If debugging is enabled */
46 #undef ENABLE_DEBUG
48 /* If ident is enabled */
49 #undef ENABLE_IDENT
51 /* If Maildirs are enabled */
52 #undef ENABLE_MAILDIR
54 /* If the POP3 support is enabled */
55 #undef ENABLE_POP3
57 /* If the resolver is to be used */
58 #undef ENABLE_RESOLVER
60 /* If the SMTP server is enabled */
61 #undef ENABLE_SMTP_SERVER
63 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
64 #undef HAVE_DOPRNT
66 /* Define to 1 if you have the <fcntl.h> header file. */
67 #undef HAVE_FCNTL_H
69 /* Define to 1 if you have the `fdatasync' function. */
70 #undef HAVE_FDATASYNC
72 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
73 #undef HAVE_FNMATCH
75 /* Define to 1 if you have the `getline' function. */
76 #undef HAVE_GETLINE
78 /* Define to 1 if you have the <inttypes.h> header file. */
79 #undef HAVE_INTTYPES_H
81 /* Define to 1 if you have the <memory.h> header file. */
82 #undef HAVE_MEMORY_H
84 /* Define to 1 if you have the `select' function. */
85 #undef HAVE_SELECT
87 /* Define to 1 if you have the `socket' function. */
88 #undef HAVE_SOCKET
90 /* Define to 1 if you have the <stdint.h> header file. */
91 #undef HAVE_STDINT_H
93 /* Define to 1 if you have the <stdlib.h> header file. */
94 #undef HAVE_STDLIB_H
96 /* Define to 1 if you have the `strerror' function. */
97 #undef HAVE_STRERROR
99 /* Define to 1 if you have the `strftime' function. */
100 #undef HAVE_STRFTIME
102 /* Define to 1 if you have the <strings.h> header file. */
103 #undef HAVE_STRINGS_H
105 /* Define to 1 if you have the <string.h> header file. */
106 #undef HAVE_STRING_H
108 /* Define to 1 if you have the `strstr' function. */
109 #undef HAVE_STRSTR
111 /* Define to 1 if you have the <syslog.h> header file. */
112 #undef HAVE_SYSLOG_H
114 /* Define to 1 if you have the <sys/stat.h> header file. */
115 #undef HAVE_SYS_STAT_H
117 /* Define to 1 if you have the <sys/time.h> header file. */
118 #undef HAVE_SYS_TIME_H
120 /* Define to 1 if you have the <sys/types.h> header file. */
121 #undef HAVE_SYS_TYPES_H
123 /* Define to 1 if you have the <unistd.h> header file. */
124 #undef HAVE_UNISTD_H
126 /* Define to 1 if you have the `vprintf' function. */
127 #undef HAVE_VPRINTF
129 /* The log directory */
130 #undef LOG_DIR
132 /* Name of package */
133 #undef PACKAGE
135 /* Define to the address where bug reports for this package should be sent. */
136 #undef PACKAGE_BUGREPORT
138 /* Define to the full name of this package. */
139 #undef PACKAGE_NAME
141 /* Define to the full name and version of this package. */
142 #undef PACKAGE_STRING
144 /* Define to the one symbol short name of this package. */
145 #undef PACKAGE_TARNAME
147 /* Define to the home page for this package. */
148 #undef PACKAGE_URL
150 /* Define to the version of this package. */
151 #undef PACKAGE_VERSION
153 /* Define as the return type of signal handlers (`int' or `void'). */
154 #undef RETSIGTYPE
156 /* The sbin directory */
157 #undef SBINDIR
159 /* The spool directory */
160 #undef SPOOL_DIR
162 /* Define to 1 if you have the ANSI C header files. */
163 #undef STDC_HEADERS
165 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
166 #undef TIME_WITH_SYS_TIME
168 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
169 #undef TM_IN_SYS_TIME
171 /* If liblockfile is to be used */
172 #undef USE_LIBLOCKFILE
174 /* If libcrypto is available */
175 #undef USE_LIB_CRYPTO
177 /* Version number of package */
178 #undef VERSION
180 /* Define to empty if `const' does not conform to ANSI C. */
181 #undef const
183 /* Define to `int' if <sys/types.h> does not define. */
184 #undef pid_t
186 /* Define to `unsigned int' if <sys/types.h> does not define. */
187 #undef size_t