0
+ − 1 /* config.h.in. Generated from configure.ac by autoheader. */
+ − 2 #undef DEF_MAIL_GROUP
+ − 3 #undef DEF_MAIL_USER
+ − 4
+ − 5 /* Define if you want to use lockfile library. */
+ − 6 #undef USE_LIBLOCKFILE
+ − 7
+ − 8 #undef ENABLE_DEBUG
+ − 9
+ − 10 #undef ENABLE_RESOLVER
+ − 11
+ − 12 #undef ENABLE_AUTH
+ − 13
+ − 14 #undef USE_LIB_CRYPTO
+ − 15
+ − 16 #undef ENABLE_IDENT
+ − 17
+ − 18 #undef CONF_DIR
+ − 19
+ − 20 #undef DATA_DIR
+ − 21
+ − 22 #undef SBINDIR
+ − 23
+ − 24 /* The configuration file location */
+ − 25 #undef CONF_DIR
+ − 26
+ − 27 /* The data directory */
+ − 28 #undef DATA_DIR
+ − 29
+ − 30 /* The mail group */
+ − 31 #undef DEF_MAIL_GROUP
+ − 32
+ − 33 /* The mail user */
+ − 34 #undef DEF_MAIL_USER
+ − 35
+ − 36 /* If AUTH is enabled */
+ − 37 #undef ENABLE_AUTH
+ − 38
+ − 39 /* If debugging is enabled */
+ − 40 #undef ENABLE_DEBUG
+ − 41
+ − 42 /* If ident is enabled */
+ − 43 #undef ENABLE_IDENT
+ − 44
+ − 45 /* If the resolver is to be used */
+ − 46 #undef ENABLE_RESOLVER
+ − 47
+ − 48 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
+ − 49 #undef HAVE_DOPRNT
+ − 50
+ − 51 /* Define to 1 if you have the <fcntl.h> header file. */
+ − 52 #undef HAVE_FCNTL_H
+ − 53
+ − 54 /* Define to 1 if you have the `fdatasync' function. */
+ − 55 #undef HAVE_FDATASYNC
+ − 56
+ − 57 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
+ − 58 #undef HAVE_FNMATCH
+ − 59
+ − 60 /* Define to 1 if you have the `getline' function. */
+ − 61 #undef HAVE_GETLINE
+ − 62
+ − 63 /* Define to 1 if you have the <inttypes.h> header file. */
+ − 64 #undef HAVE_INTTYPES_H
+ − 65
+ − 66 /* Define to 1 if you have the <memory.h> header file. */
+ − 67 #undef HAVE_MEMORY_H
+ − 68
+ − 69 /* Define to 1 if you have the `select' function. */
+ − 70 #undef HAVE_SELECT
+ − 71
+ − 72 /* Define to 1 if you have the `socket' function. */
+ − 73 #undef HAVE_SOCKET
+ − 74
+ − 75 /* Define to 1 if you have the <stdint.h> header file. */
+ − 76 #undef HAVE_STDINT_H
+ − 77
+ − 78 /* Define to 1 if you have the <stdlib.h> header file. */
+ − 79 #undef HAVE_STDLIB_H
+ − 80
+ − 81 /* Define to 1 if you have the `strerror' function. */
+ − 82 #undef HAVE_STRERROR
+ − 83
+ − 84 /* Define to 1 if you have the `strftime' function. */
+ − 85 #undef HAVE_STRFTIME
+ − 86
+ − 87 /* Define to 1 if you have the <strings.h> header file. */
+ − 88 #undef HAVE_STRINGS_H
+ − 89
+ − 90 /* Define to 1 if you have the <string.h> header file. */
+ − 91 #undef HAVE_STRING_H
+ − 92
+ − 93 /* Define to 1 if you have the `strstr' function. */
+ − 94 #undef HAVE_STRSTR
+ − 95
+ − 96 /* Define to 1 if you have the <syslog.h> header file. */
+ − 97 #undef HAVE_SYSLOG_H
+ − 98
+ − 99 /* Define to 1 if you have the <sys/stat.h> header file. */
+ − 100 #undef HAVE_SYS_STAT_H
+ − 101
+ − 102 /* Define to 1 if you have the <sys/time.h> header file. */
+ − 103 #undef HAVE_SYS_TIME_H
+ − 104
+ − 105 /* Define to 1 if you have the <sys/types.h> header file. */
+ − 106 #undef HAVE_SYS_TYPES_H
+ − 107
+ − 108 /* Define to 1 if you have the <unistd.h> header file. */
+ − 109 #undef HAVE_UNISTD_H
+ − 110
+ − 111 /* Define to 1 if you have the `vprintf' function. */
+ − 112 #undef HAVE_VPRINTF
+ − 113
151
+ − 114 /* The log directory */
+ − 115 #undef LOG_DIR
+ − 116
0
+ − 117 /* Name of package */
+ − 118 #undef PACKAGE
+ − 119
+ − 120 /* Define to the address where bug reports for this package should be sent. */
+ − 121 #undef PACKAGE_BUGREPORT
+ − 122
+ − 123 /* Define to the full name of this package. */
+ − 124 #undef PACKAGE_NAME
+ − 125
+ − 126 /* Define to the full name and version of this package. */
+ − 127 #undef PACKAGE_STRING
+ − 128
+ − 129 /* Define to the one symbol short name of this package. */
+ − 130 #undef PACKAGE_TARNAME
+ − 131
36
+ − 132 /* Define to the home page for this package. */
+ − 133 #undef PACKAGE_URL
+ − 134
0
+ − 135 /* Define to the version of this package. */
+ − 136 #undef PACKAGE_VERSION
+ − 137
+ − 138 /* Define as the return type of signal handlers (`int' or `void'). */
+ − 139 #undef RETSIGTYPE
+ − 140
+ − 141 /* The sbin directory */
+ − 142 #undef SBINDIR
+ − 143
151
+ − 144 /* The spool directory */
+ − 145 #undef SPOOL_DIR
+ − 146
0
+ − 147 /* Define to 1 if you have the ANSI C header files. */
+ − 148 #undef STDC_HEADERS
+ − 149
+ − 150 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+ − 151 #undef TIME_WITH_SYS_TIME
+ − 152
+ − 153 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
+ − 154 #undef TM_IN_SYS_TIME
+ − 155
+ − 156 /* If liblockfile is to be used */
+ − 157 #undef USE_LIBLOCKFILE
+ − 158
+ − 159 /* If libcrypto is available */
+ − 160 #undef USE_LIB_CRYPTO
+ − 161
+ − 162 /* Version number of package */
+ − 163 #undef VERSION
+ − 164
+ − 165 /* Define to empty if `const' does not conform to ANSI C. */
+ − 166 #undef const
+ − 167
+ − 168 /* Define to `int' if <sys/types.h> does not define. */
+ − 169 #undef pid_t
+ − 170
1
+ − 171 /* Define to `unsigned int' if <sys/types.h> does not define. */
0
+ − 172 #undef size_t