masqmail-0.2
diff config.h.in @ 0:08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children | af25f5c39d90 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/config.h.in Fri Sep 26 17:05:23 2008 +0200 1.3 @@ -0,0 +1,183 @@ 1.4 +/* config.h.in. Generated from configure.ac by autoheader. */ 1.5 +#undef DEF_MAIL_GROUP 1.6 +#undef DEF_MAIL_USER 1.7 + 1.8 +/* Define if you want to use lockfile library. */ 1.9 +#undef USE_LIBLOCKFILE 1.10 + 1.11 +#undef ENABLE_DEBUG 1.12 + 1.13 +#undef ENABLE_RESOLVER 1.14 + 1.15 +#undef ENABLE_SMTP_SERVER 1.16 + 1.17 +#undef ENABLE_POP3 1.18 + 1.19 +#undef ENABLE_AUTH 1.20 + 1.21 +#undef ENABLE_MAILDIR 1.22 + 1.23 +#undef USE_LIB_CRYPTO 1.24 + 1.25 +#undef ENABLE_IDENT 1.26 + 1.27 +#undef ENABLE_MSERVER 1.28 + 1.29 +#undef CONF_DIR 1.30 + 1.31 +#undef DATA_DIR 1.32 + 1.33 +#undef SBINDIR 1.34 + 1.35 +/* The configuration file location */ 1.36 +#undef CONF_DIR 1.37 + 1.38 +/* The data directory */ 1.39 +#undef DATA_DIR 1.40 + 1.41 +/* The mail group */ 1.42 +#undef DEF_MAIL_GROUP 1.43 + 1.44 +/* The mail user */ 1.45 +#undef DEF_MAIL_USER 1.46 + 1.47 +/* If AUTH is enabled */ 1.48 +#undef ENABLE_AUTH 1.49 + 1.50 +/* If debugging is enabled */ 1.51 +#undef ENABLE_DEBUG 1.52 + 1.53 +/* If ident is enabled */ 1.54 +#undef ENABLE_IDENT 1.55 + 1.56 +/* If Maildirs are enabled */ 1.57 +#undef ENABLE_MAILDIR 1.58 + 1.59 +/* If mserver support is enabled */ 1.60 +#undef ENABLE_MSERVER 1.61 + 1.62 +/* If the POP3 support is enabled */ 1.63 +#undef ENABLE_POP3 1.64 + 1.65 +/* If the resolver is to be used */ 1.66 +#undef ENABLE_RESOLVER 1.67 + 1.68 +/* If the SMTP server is enabled */ 1.69 +#undef ENABLE_SMTP_SERVER 1.70 + 1.71 +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 1.72 +#undef HAVE_DOPRNT 1.73 + 1.74 +/* Define to 1 if you have the <fcntl.h> header file. */ 1.75 +#undef HAVE_FCNTL_H 1.76 + 1.77 +/* Define to 1 if you have the `fdatasync' function. */ 1.78 +#undef HAVE_FDATASYNC 1.79 + 1.80 +/* Define to 1 if your system has a working POSIX `fnmatch' function. */ 1.81 +#undef HAVE_FNMATCH 1.82 + 1.83 +/* Define to 1 if you have the `getline' function. */ 1.84 +#undef HAVE_GETLINE 1.85 + 1.86 +/* Define to 1 if you have the <inttypes.h> header file. */ 1.87 +#undef HAVE_INTTYPES_H 1.88 + 1.89 +/* Define to 1 if you have the <memory.h> header file. */ 1.90 +#undef HAVE_MEMORY_H 1.91 + 1.92 +/* Define to 1 if you have the `select' function. */ 1.93 +#undef HAVE_SELECT 1.94 + 1.95 +/* Define to 1 if you have the `socket' function. */ 1.96 +#undef HAVE_SOCKET 1.97 + 1.98 +/* Define to 1 if you have the <stdint.h> header file. */ 1.99 +#undef HAVE_STDINT_H 1.100 + 1.101 +/* Define to 1 if you have the <stdlib.h> header file. */ 1.102 +#undef HAVE_STDLIB_H 1.103 + 1.104 +/* Define to 1 if you have the `strerror' function. */ 1.105 +#undef HAVE_STRERROR 1.106 + 1.107 +/* Define to 1 if you have the `strftime' function. */ 1.108 +#undef HAVE_STRFTIME 1.109 + 1.110 +/* Define to 1 if you have the <strings.h> header file. */ 1.111 +#undef HAVE_STRINGS_H 1.112 + 1.113 +/* Define to 1 if you have the <string.h> header file. */ 1.114 +#undef HAVE_STRING_H 1.115 + 1.116 +/* Define to 1 if you have the `strstr' function. */ 1.117 +#undef HAVE_STRSTR 1.118 + 1.119 +/* Define to 1 if you have the <syslog.h> header file. */ 1.120 +#undef HAVE_SYSLOG_H 1.121 + 1.122 +/* Define to 1 if you have the <sys/stat.h> header file. */ 1.123 +#undef HAVE_SYS_STAT_H 1.124 + 1.125 +/* Define to 1 if you have the <sys/time.h> header file. */ 1.126 +#undef HAVE_SYS_TIME_H 1.127 + 1.128 +/* Define to 1 if you have the <sys/types.h> header file. */ 1.129 +#undef HAVE_SYS_TYPES_H 1.130 + 1.131 +/* Define to 1 if you have the <unistd.h> header file. */ 1.132 +#undef HAVE_UNISTD_H 1.133 + 1.134 +/* Define to 1 if you have the `vprintf' function. */ 1.135 +#undef HAVE_VPRINTF 1.136 + 1.137 +/* Name of package */ 1.138 +#undef PACKAGE 1.139 + 1.140 +/* Define to the address where bug reports for this package should be sent. */ 1.141 +#undef PACKAGE_BUGREPORT 1.142 + 1.143 +/* Define to the full name of this package. */ 1.144 +#undef PACKAGE_NAME 1.145 + 1.146 +/* Define to the full name and version of this package. */ 1.147 +#undef PACKAGE_STRING 1.148 + 1.149 +/* Define to the one symbol short name of this package. */ 1.150 +#undef PACKAGE_TARNAME 1.151 + 1.152 +/* Define to the version of this package. */ 1.153 +#undef PACKAGE_VERSION 1.154 + 1.155 +/* Define as the return type of signal handlers (`int' or `void'). */ 1.156 +#undef RETSIGTYPE 1.157 + 1.158 +/* The sbin directory */ 1.159 +#undef SBINDIR 1.160 + 1.161 +/* Define to 1 if you have the ANSI C header files. */ 1.162 +#undef STDC_HEADERS 1.163 + 1.164 +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1.165 +#undef TIME_WITH_SYS_TIME 1.166 + 1.167 +/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 1.168 +#undef TM_IN_SYS_TIME 1.169 + 1.170 +/* If liblockfile is to be used */ 1.171 +#undef USE_LIBLOCKFILE 1.172 + 1.173 +/* If libcrypto is available */ 1.174 +#undef USE_LIB_CRYPTO 1.175 + 1.176 +/* Version number of package */ 1.177 +#undef VERSION 1.178 + 1.179 +/* Define to empty if `const' does not conform to ANSI C. */ 1.180 +#undef const 1.181 + 1.182 +/* Define to `int' if <sys/types.h> does not define. */ 1.183 +#undef pid_t 1.184 + 1.185 +/* Define to `unsigned' if <sys/types.h> does not define. */ 1.186 +#undef size_t