/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ #define DEF_MAIL_GROUP "trusted" #define DEF_MAIL_USER "mail" /* Define if you want to use lockfile library. */ /* #undef USE_LIBLOCKFILE */ #define ENABLE_DEBUG 1 #define ENABLE_RESOLVER 1 #define ENABLE_SMTP_SERVER 1 #define ENABLE_POP3 1 /* #undef ENABLE_AUTH */ /* #undef ENABLE_MAILDIR */ /* #undef USE_LIB_CRYPTO */ /* #undef ENABLE_IDENT */ /* #undef ENABLE_MSERVER */ #define CONF_DIR "/etc/masqmail" #define DATA_DIR "/share/masqmail" #define SBINDIR "/sbin" /* The configuration file location */ #define CONF_DIR "/etc/masqmail" /* The data directory */ #define DATA_DIR "/share/masqmail" /* The mail group */ #define DEF_MAIL_GROUP "trusted" /* The mail user */ #define DEF_MAIL_USER "mail" /* If AUTH is enabled */ /* #undef ENABLE_AUTH */ /* If debugging is enabled */ #define ENABLE_DEBUG 1 /* 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 */ #define ENABLE_POP3 1 /* If the resolver is to be used */ #define ENABLE_RESOLVER 1 /* If the SMTP server is enabled */ #define ENABLE_SMTP_SERVER 1 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ /* #undef HAVE_DOPRNT */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `fdatasync' function. */ /* #undef HAVE_FDATASYNC */ /* Define to 1 if your system has a working POSIX `fnmatch' function. */ #define HAVE_FNMATCH 1 /* Define to 1 if you have the `getline' function. */ /* #undef HAVE_GETLINE */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the `strftime' function. */ #define HAVE_STRFTIME 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Name of package */ #define PACKAGE "masqmail" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "oku@debian.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "masqmail" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "masqmail 0.2.21" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "masqmail" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.2.21" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE int /* The sbin directory */ #define SBINDIR "/sbin" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Define to 1 if your declares `struct tm'. */ #define TM_IN_SYS_TIME 1 /* If liblockfile is to be used */ /* #undef USE_LIBLOCKFILE */ /* If libcrypto is available */ /* #undef USE_LIB_CRYPTO */ /* Version number of package */ #define VERSION "0.2.21" /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `int' if does not define. */ #define pid_t int /* Define to `unsigned' if does not define. */ #define size_t unsigned