emailrelay/config.h.in
Graeme Walker 216dd32ebf v1.8
2008-03-29 12:00:00 +00:00

131 lines
3.4 KiB
C

/* config.h.in. Generated from configure.ac by autoheader. */
/* Define for a mac build */
#undef G_MAC
/* Define to disable the G_LOG macro */
#undef G_NO_LOG
/* Define to 1 if <ctime> requires <time.h> */
#undef HAVE_BUGGY_CTIME
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
/* Define to 1 if getipnodebyname() is available */
#undef HAVE_GETIPNODEBYNAME
/* Define to 1 if you have the `glob' function. */
#undef HAVE_GLOB
/* Define to 1 if gmtime_r in time.h */
#undef HAVE_GMTIME_R
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if ipv6 is available */
#undef HAVE_IPV6
/* Define to 1 if localtime_r in time.h */
#undef HAVE_LOCALTIME_R
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define to 1 if setgroups is available */
#undef HAVE_SETGROUPS
/* Define to 1 if sockaddr_in6 has a sin6_len member */
#undef HAVE_SIN6_LEN
/* Define to 1 if socklen_t type definition in sys/socket.h */
#undef HAVE_SOCKLEN_T
/* 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 <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 <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_NDIR_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 <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* 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 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 use IPv6 */
#undef USE_IPV6
/* Define to eliminate unused admin interface code as a size optimisation */
#undef USE_NO_ADMIN
/* Define to eliminate unused authentication code as a size optimisation */
#undef USE_NO_AUTH
/* Define to eliminate unused exec-ing code as a size optimisation */
#undef USE_NO_EXEC
/* Define to eliminate unused pop code as a size optimisation */
#undef USE_NO_POP
/* Define to eliminate proxying code as a size optimisation */
#undef USE_NO_PROXY
/* Define to eliminate unused config code as a size optimisation */
#undef USE_SMALL_CONFIG
/* Define to have exception types as functions as a size optimisation */
#undef USE_SMALL_EXCEPTIONS
/* Define to enable extra debug messages at compile-time */
#undef _DEBUG