masqmail

view config.h.in @ 203:45acc5727493

removed --with-glib-static configure option linking glib statically is interesting if no other program uses it on today's systems glib is widely used if one cares on linking statically, he can link everything statically the special case for glib will not get special care anymore
author meillo@marmaro.de
date Fri, 16 Jul 2010 14:48:17 +0200
parents 5b621742b2e7
children 5745edd5b769
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_AUTH
16 #undef ENABLE_MAILDIR
18 #undef USE_LIB_CRYPTO
20 #undef ENABLE_IDENT
22 #undef CONF_DIR
24 #undef DATA_DIR
26 #undef SBINDIR
28 /* The configuration file location */
29 #undef CONF_DIR
31 /* The data directory */
32 #undef DATA_DIR
34 /* The mail group */
35 #undef DEF_MAIL_GROUP
37 /* The mail user */
38 #undef DEF_MAIL_USER
40 /* If AUTH is enabled */
41 #undef ENABLE_AUTH
43 /* If debugging is enabled */
44 #undef ENABLE_DEBUG
46 /* If ident is enabled */
47 #undef ENABLE_IDENT
49 /* If Maildirs are enabled */
50 #undef ENABLE_MAILDIR
52 /* If the resolver is to be used */
53 #undef ENABLE_RESOLVER
55 /* If the SMTP server is enabled */
56 #undef ENABLE_SMTP_SERVER
58 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
59 #undef HAVE_DOPRNT
61 /* Define to 1 if you have the <fcntl.h> header file. */
62 #undef HAVE_FCNTL_H
64 /* Define to 1 if you have the `fdatasync' function. */
65 #undef HAVE_FDATASYNC
67 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
68 #undef HAVE_FNMATCH
70 /* Define to 1 if you have the `getline' function. */
71 #undef HAVE_GETLINE
73 /* Define to 1 if you have the <inttypes.h> header file. */
74 #undef HAVE_INTTYPES_H
76 /* Define to 1 if you have the <memory.h> header file. */
77 #undef HAVE_MEMORY_H
79 /* Define to 1 if you have the `select' function. */
80 #undef HAVE_SELECT
82 /* Define to 1 if you have the `socket' function. */
83 #undef HAVE_SOCKET
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #undef HAVE_STDINT_H
88 /* Define to 1 if you have the <stdlib.h> header file. */
89 #undef HAVE_STDLIB_H
91 /* Define to 1 if you have the `strerror' function. */
92 #undef HAVE_STRERROR
94 /* Define to 1 if you have the `strftime' function. */
95 #undef HAVE_STRFTIME
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
103 /* Define to 1 if you have the `strstr' function. */
104 #undef HAVE_STRSTR
106 /* Define to 1 if you have the <syslog.h> header file. */
107 #undef HAVE_SYSLOG_H
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #undef HAVE_SYS_STAT_H
112 /* Define to 1 if you have the <sys/time.h> header file. */
113 #undef HAVE_SYS_TIME_H
115 /* Define to 1 if you have the <sys/types.h> header file. */
116 #undef HAVE_SYS_TYPES_H
118 /* Define to 1 if you have the <unistd.h> header file. */
119 #undef HAVE_UNISTD_H
121 /* Define to 1 if you have the `vprintf' function. */
122 #undef HAVE_VPRINTF
124 /* The log directory */
125 #undef LOG_DIR
127 /* Name of package */
128 #undef PACKAGE
130 /* Define to the address where bug reports for this package should be sent. */
131 #undef PACKAGE_BUGREPORT
133 /* Define to the full name of this package. */
134 #undef PACKAGE_NAME
136 /* Define to the full name and version of this package. */
137 #undef PACKAGE_STRING
139 /* Define to the one symbol short name of this package. */
140 #undef PACKAGE_TARNAME
142 /* Define to the home page for this package. */
143 #undef PACKAGE_URL
145 /* Define to the version of this package. */
146 #undef PACKAGE_VERSION
148 /* Define as the return type of signal handlers (`int' or `void'). */
149 #undef RETSIGTYPE
151 /* The sbin directory */
152 #undef SBINDIR
154 /* The spool directory */
155 #undef SPOOL_DIR
157 /* Define to 1 if you have the ANSI C header files. */
158 #undef STDC_HEADERS
160 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
161 #undef TIME_WITH_SYS_TIME
163 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
164 #undef TM_IN_SYS_TIME
166 /* If liblockfile is to be used */
167 #undef USE_LIBLOCKFILE
169 /* If libcrypto is available */
170 #undef USE_LIB_CRYPTO
172 /* Version number of package */
173 #undef VERSION
175 /* Define to empty if `const' does not conform to ANSI C. */
176 #undef const
178 /* Define to `int' if <sys/types.h> does not define. */
179 #undef pid_t
181 /* Define to `unsigned int' if <sys/types.h> does not define. */
182 #undef size_t