masqmail

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