Mercurial > masqmail
diff config.h.in @ 0:08114f7dcc23 0.2.21
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 wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.h.in Fri Sep 26 17:05:23 2008 +0200 @@ -0,0 +1,183 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ +#undef DEF_MAIL_GROUP +#undef DEF_MAIL_USER + +/* Define if you want to use lockfile library. */ +#undef USE_LIBLOCKFILE + +#undef ENABLE_DEBUG + +#undef ENABLE_RESOLVER + +#undef ENABLE_SMTP_SERVER + +#undef ENABLE_POP3 + +#undef ENABLE_AUTH + +#undef ENABLE_MAILDIR + +#undef USE_LIB_CRYPTO + +#undef ENABLE_IDENT + +#undef ENABLE_MSERVER + +#undef CONF_DIR + +#undef DATA_DIR + +#undef SBINDIR + +/* The configuration file location */ +#undef CONF_DIR + +/* The data directory */ +#undef DATA_DIR + +/* The mail group */ +#undef DEF_MAIL_GROUP + +/* The mail user */ +#undef DEF_MAIL_USER + +/* If AUTH is enabled */ +#undef ENABLE_AUTH + +/* If debugging is enabled */ +#undef ENABLE_DEBUG + +/* If ident is enabled */ +#undef ENABLE_IDENT + +/* If Maildirs are enabled */ +#undef ENABLE_MAILDIR + +/* If mserver support is enabled */ +#undef ENABLE_MSERVER + +/* If the POP3 support is enabled */ +#undef ENABLE_POP3 + +/* If the resolver is to be used */ +#undef ENABLE_RESOLVER + +/* If the SMTP server is enabled */ +#undef ENABLE_SMTP_SERVER + +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ +#undef HAVE_DOPRNT + +/* Define to 1 if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `fdatasync' function. */ +#undef HAVE_FDATASYNC + +/* Define to 1 if your system has a working POSIX `fnmatch' function. */ +#undef HAVE_FNMATCH + +/* Define to 1 if you have the `getline' function. */ +#undef HAVE_GETLINE + +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `select' function. */ +#undef HAVE_SELECT + +/* Define to 1 if you have the `socket' function. */ +#undef HAVE_SOCKET + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strerror' function. */ +#undef HAVE_STRERROR + +/* Define to 1 if you have the `strftime' function. */ +#undef HAVE_STRFTIME + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the <syslog.h> header file. */ +#undef HAVE_SYSLOG_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `vprintf' function. */ +#undef HAVE_VPRINTF + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + +/* The sbin directory */ +#undef SBINDIR + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +#undef TIME_WITH_SYS_TIME + +/* Define to 1 if your <sys/time.h> declares `struct tm'. */ +#undef TM_IN_SYS_TIME + +/* If liblockfile is to be used */ +#undef USE_LIBLOCKFILE + +/* If libcrypto is available */ +#undef USE_LIB_CRYPTO + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `int' if <sys/types.h> does not define. */ +#undef pid_t + +/* Define to `unsigned' if <sys/types.h> does not define. */ +#undef size_t