/* config.h.in. Generated from configure.ac by autoheader. */ /* AF_LOCAL is available via AF_UNIX */ #undef AF_LOCAL /* Define to enable basic debugging */ #undef DEBUG /* Define to use dmalloc memory debugging */ #undef DEBUG_MEM /* Support for asynchronous hostname lookups */ #undef GAI_A /* Check if local sockets are supported */ #undef GGZ_HAVE_PF_LOCAL /* Check if file descriptors can be sent */ #undef GGZ_HAVE_SENDMSG /* Check if syslog is present */ #undef GGZ_HAVE_SYSLOG_H /* Define if GNUTLS is to be used */ #undef GGZ_TLS_GNUTLS /* Define if no TLS is to be used */ #undef GGZ_TLS_NONE /* Define if OpenSSL is to be used */ #undef GGZ_TLS_OPENSSL /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define if CMSG_ALIGN is available */ #undef HAVE_CMSG_ALIGN /* Define if CMSG_LEN is available */ #undef HAVE_CMSG_LEN /* Define if CMSG_SPACE is available */ #undef HAVE_CMSG_SPACE /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* 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 `mkdir' function. */ #undef HAVE_MKDIR /* Define if msghdr has a msg_controllen member */ #undef HAVE_MSGHDR_MSG_CONTROL /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define if you have OpenSSL < 0.9.6 */ #undef HAVE_OLD_SSL_API /* If we are going to use OpenSSL */ #undef HAVE_SSL /* 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 header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define if the SUN_LEN macro exists */ #undef HAVE_SUN_LEN /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* 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 header file. */ #undef HAVE_WINSOCK2_H /* Define if mkdir takes only one argument. */ #undef MKDIR_TAKES_ONE_ARG /* Define to disable basic debugging */ #undef NDEBUG /* Define if threading support is disabled */ #undef NO_THREADING /* 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 /* PF_LOCAL is available via PF_UNIX */ #undef PF_LOCAL /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you have the gcrypt library */ #undef USE_GCRYPT /* Version number of package */ #undef VERSION /* Use dmalloc for memory debugging */ #ifdef DEBUG_MEM # include #endif