masqmail

view config.h.in @ 363:02bc0331e390

Removed support for openssl linking It had been rarely used and could have caused legal problems. For explanations, see this mail message: Date: Sun, 04 Sep 2011 17:35:23 +0200 From: markus schnalke <meillo@marmaro.de> To: masqmail@marmaro.de Subject: [masqmail] RFC: Removal of configure options Message-ID: <1R0EjD-4aX-00@serveme.home.schnalke.org>
author markus schnalke <meillo@marmaro.de>
date Wed, 14 Sep 2011 12:07:34 +0200
parents 4fd237550525
children 5781ba87df95
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_IDENT
16 #undef CONF_DIR
18 #undef DATA_DIR
20 #undef SBINDIR
22 /* The configuration file location */
23 #undef CONF_DIR
25 /* The data directory */
26 #undef DATA_DIR
28 /* The mail group */
29 #undef DEF_MAIL_GROUP
31 /* The mail user */
32 #undef DEF_MAIL_USER
34 /* If AUTH is enabled */
35 #undef ENABLE_AUTH
37 /* If debugging is enabled */
38 #undef ENABLE_DEBUG
40 /* If ident is enabled */
41 #undef ENABLE_IDENT
43 /* If the resolver is to be used */
44 #undef ENABLE_RESOLVER
46 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
47 #undef HAVE_DOPRNT
49 /* Define to 1 if you have the <fcntl.h> header file. */
50 #undef HAVE_FCNTL_H
52 /* Define to 1 if you have the `fdatasync' function. */
53 #undef HAVE_FDATASYNC
55 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
56 #undef HAVE_FNMATCH
58 /* Define to 1 if you have the `getline' function. */
59 #undef HAVE_GETLINE
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #undef HAVE_INTTYPES_H
64 /* Define to 1 if you have the <memory.h> header file. */
65 #undef HAVE_MEMORY_H
67 /* Define to 1 if you have the `select' function. */
68 #undef HAVE_SELECT
70 /* Define to 1 if you have the `socket' function. */
71 #undef HAVE_SOCKET
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #undef HAVE_STDINT_H
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #undef HAVE_STDLIB_H
79 /* Define to 1 if you have the `strerror' function. */
80 #undef HAVE_STRERROR
82 /* Define to 1 if you have the `strftime' function. */
83 #undef HAVE_STRFTIME
85 /* Define to 1 if you have the <strings.h> header file. */
86 #undef HAVE_STRINGS_H
88 /* Define to 1 if you have the <string.h> header file. */
89 #undef HAVE_STRING_H
91 /* Define to 1 if you have the `strstr' function. */
92 #undef HAVE_STRSTR
94 /* Define to 1 if you have the <syslog.h> header file. */
95 #undef HAVE_SYSLOG_H
97 /* Define to 1 if you have the <sys/stat.h> header file. */
98 #undef HAVE_SYS_STAT_H
100 /* Define to 1 if you have the <sys/time.h> header file. */
101 #undef HAVE_SYS_TIME_H
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #undef HAVE_SYS_TYPES_H
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #undef HAVE_UNISTD_H
109 /* Define to 1 if you have the `vprintf' function. */
110 #undef HAVE_VPRINTF
112 /* The log directory */
113 #undef LOG_DIR
115 /* Name of package */
116 #undef PACKAGE
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
121 /* Define to the full name of this package. */
122 #undef PACKAGE_NAME
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
130 /* Define to the home page for this package. */
131 #undef PACKAGE_URL
133 /* Define to the version of this package. */
134 #undef PACKAGE_VERSION
136 /* Define as the return type of signal handlers (`int' or `void'). */
137 #undef RETSIGTYPE
139 /* The sbin directory */
140 #undef SBINDIR
142 /* The spool directory */
143 #undef SPOOL_DIR
145 /* Define to 1 if you have the ANSI C header files. */
146 #undef STDC_HEADERS
148 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
149 #undef TIME_WITH_SYS_TIME
151 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
152 #undef TM_IN_SYS_TIME
154 /* If liblockfile is to be used */
155 #undef USE_LIBLOCKFILE
157 /* Version number of package */
158 #undef VERSION
160 /* Define to empty if `const' does not conform to ANSI C. */
161 #undef const
163 /* Define to `int' if <sys/types.h> does not define. */
164 #undef pid_t
166 /* Define to `unsigned int' if <sys/types.h> does not define. */
167 #undef size_t