masqmail

view config.h.in @ 204:5745edd5b769

removed the --disable-smtp-server configure option masqmail will now always have the possibility to listen on a port compiled in if you don't want it to listen on a port add this to your masqmail.conf: listen_addresses = "" also, if you don't start it as daemon it will not listen neither
author meillo@marmaro.de
date Fri, 16 Jul 2010 15:38:53 +0200
parents 89f951be358f
children 4fd237550525
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_AUTH
14 #undef ENABLE_MAILDIR
16 #undef USE_LIB_CRYPTO
18 #undef ENABLE_IDENT
20 #undef CONF_DIR
22 #undef DATA_DIR
24 #undef SBINDIR
26 /* The configuration file location */
27 #undef CONF_DIR
29 /* The data directory */
30 #undef DATA_DIR
32 /* The mail group */
33 #undef DEF_MAIL_GROUP
35 /* The mail user */
36 #undef DEF_MAIL_USER
38 /* If AUTH is enabled */
39 #undef ENABLE_AUTH
41 /* If debugging is enabled */
42 #undef ENABLE_DEBUG
44 /* If ident is enabled */
45 #undef ENABLE_IDENT
47 /* If Maildirs are enabled */
48 #undef ENABLE_MAILDIR
50 /* If the resolver is to be used */
51 #undef ENABLE_RESOLVER
53 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
54 #undef HAVE_DOPRNT
56 /* Define to 1 if you have the <fcntl.h> header file. */
57 #undef HAVE_FCNTL_H
59 /* Define to 1 if you have the `fdatasync' function. */
60 #undef HAVE_FDATASYNC
62 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
63 #undef HAVE_FNMATCH
65 /* Define to 1 if you have the `getline' function. */
66 #undef HAVE_GETLINE
68 /* Define to 1 if you have the <inttypes.h> header file. */
69 #undef HAVE_INTTYPES_H
71 /* Define to 1 if you have the <memory.h> header file. */
72 #undef HAVE_MEMORY_H
74 /* Define to 1 if you have the `select' function. */
75 #undef HAVE_SELECT
77 /* Define to 1 if you have the `socket' function. */
78 #undef HAVE_SOCKET
80 /* Define to 1 if you have the <stdint.h> header file. */
81 #undef HAVE_STDINT_H
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #undef HAVE_STDLIB_H
86 /* Define to 1 if you have the `strerror' function. */
87 #undef HAVE_STRERROR
89 /* Define to 1 if you have the `strftime' function. */
90 #undef HAVE_STRFTIME
92 /* Define to 1 if you have the <strings.h> header file. */
93 #undef HAVE_STRINGS_H
95 /* Define to 1 if you have the <string.h> header file. */
96 #undef HAVE_STRING_H
98 /* Define to 1 if you have the `strstr' function. */
99 #undef HAVE_STRSTR
101 /* Define to 1 if you have the <syslog.h> header file. */
102 #undef HAVE_SYSLOG_H
104 /* Define to 1 if you have the <sys/stat.h> header file. */
105 #undef HAVE_SYS_STAT_H
107 /* Define to 1 if you have the <sys/time.h> header file. */
108 #undef HAVE_SYS_TIME_H
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 #undef HAVE_SYS_TYPES_H
113 /* Define to 1 if you have the <unistd.h> header file. */
114 #undef HAVE_UNISTD_H
116 /* Define to 1 if you have the `vprintf' function. */
117 #undef HAVE_VPRINTF
119 /* The log directory */
120 #undef LOG_DIR
122 /* Name of package */
123 #undef PACKAGE
125 /* Define to the address where bug reports for this package should be sent. */
126 #undef PACKAGE_BUGREPORT
128 /* Define to the full name of this package. */
129 #undef PACKAGE_NAME
131 /* Define to the full name and version of this package. */
132 #undef PACKAGE_STRING
134 /* Define to the one symbol short name of this package. */
135 #undef PACKAGE_TARNAME
137 /* Define to the home page for this package. */
138 #undef PACKAGE_URL
140 /* Define to the version of this package. */
141 #undef PACKAGE_VERSION
143 /* Define as the return type of signal handlers (`int' or `void'). */
144 #undef RETSIGTYPE
146 /* The sbin directory */
147 #undef SBINDIR
149 /* The spool directory */
150 #undef SPOOL_DIR
152 /* Define to 1 if you have the ANSI C header files. */
153 #undef STDC_HEADERS
155 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
156 #undef TIME_WITH_SYS_TIME
158 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
159 #undef TM_IN_SYS_TIME
161 /* If liblockfile is to be used */
162 #undef USE_LIBLOCKFILE
164 /* If libcrypto is available */
165 #undef USE_LIB_CRYPTO
167 /* Version number of package */
168 #undef VERSION
170 /* Define to empty if `const' does not conform to ANSI C. */
171 #undef const
173 /* Define to `int' if <sys/types.h> does not define. */
174 #undef pid_t
176 /* Define to `unsigned int' if <sys/types.h> does not define. */
177 #undef size_t