masqmail

view config.h.in @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents 02bc0331e390
children d209b4846f2b
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 CONF_DIR
16 #undef DATA_DIR
18 #undef SBINDIR
20 /* The configuration file location */
21 #undef CONF_DIR
23 /* The data directory */
24 #undef DATA_DIR
26 /* The mail group */
27 #undef DEF_MAIL_GROUP
29 /* The mail user */
30 #undef DEF_MAIL_USER
32 /* If AUTH is enabled */
33 #undef ENABLE_AUTH
35 /* If debugging is enabled */
36 #undef ENABLE_DEBUG
38 /* If the resolver is to be used */
39 #undef ENABLE_RESOLVER
41 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
42 #undef HAVE_DOPRNT
44 /* Define to 1 if you have the <fcntl.h> header file. */
45 #undef HAVE_FCNTL_H
47 /* Define to 1 if you have the `fdatasync' function. */
48 #undef HAVE_FDATASYNC
50 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
51 #undef HAVE_FNMATCH
53 /* Define to 1 if you have the `getline' function. */
54 #undef HAVE_GETLINE
56 /* Define to 1 if you have the <inttypes.h> header file. */
57 #undef HAVE_INTTYPES_H
59 /* Define to 1 if you have the <memory.h> header file. */
60 #undef HAVE_MEMORY_H
62 /* Define to 1 if you have the `select' function. */
63 #undef HAVE_SELECT
65 /* Define to 1 if you have the `socket' function. */
66 #undef HAVE_SOCKET
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #undef HAVE_STDINT_H
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #undef HAVE_STDLIB_H
74 /* Define to 1 if you have the `strerror' function. */
75 #undef HAVE_STRERROR
77 /* Define to 1 if you have the `strftime' function. */
78 #undef HAVE_STRFTIME
80 /* Define to 1 if you have the <strings.h> header file. */
81 #undef HAVE_STRINGS_H
83 /* Define to 1 if you have the <string.h> header file. */
84 #undef HAVE_STRING_H
86 /* Define to 1 if you have the `strstr' function. */
87 #undef HAVE_STRSTR
89 /* Define to 1 if you have the <syslog.h> header file. */
90 #undef HAVE_SYSLOG_H
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #undef HAVE_SYS_STAT_H
95 /* Define to 1 if you have the <sys/time.h> header file. */
96 #undef HAVE_SYS_TIME_H
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #undef HAVE_SYS_TYPES_H
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #undef HAVE_UNISTD_H
104 /* Define to 1 if you have the `vprintf' function. */
105 #undef HAVE_VPRINTF
107 /* The log directory */
108 #undef LOG_DIR
110 /* Name of package */
111 #undef PACKAGE
113 /* Define to the address where bug reports for this package should be sent. */
114 #undef PACKAGE_BUGREPORT
116 /* Define to the full name of this package. */
117 #undef PACKAGE_NAME
119 /* Define to the full name and version of this package. */
120 #undef PACKAGE_STRING
122 /* Define to the one symbol short name of this package. */
123 #undef PACKAGE_TARNAME
125 /* Define to the home page for this package. */
126 #undef PACKAGE_URL
128 /* Define to the version of this package. */
129 #undef PACKAGE_VERSION
131 /* Define as the return type of signal handlers (`int' or `void'). */
132 #undef RETSIGTYPE
134 /* The sbin directory */
135 #undef SBINDIR
137 /* The spool directory */
138 #undef SPOOL_DIR
140 /* Define to 1 if you have the ANSI C header files. */
141 #undef STDC_HEADERS
143 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
144 #undef TIME_WITH_SYS_TIME
146 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
147 #undef TM_IN_SYS_TIME
149 /* If liblockfile is to be used */
150 #undef USE_LIBLOCKFILE
152 /* Version number of package */
153 #undef VERSION
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
158 /* Define to `int' if <sys/types.h> does not define. */
159 #undef pid_t
161 /* Define to `unsigned int' if <sys/types.h> does not define. */
162 #undef size_t