/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* AF_LOCAL is available via AF_UNIX */ /* #undef AF_LOCAL */ /* Define to enable basic debugging */ #define DEBUG 1 /* Define to use dmalloc memory debugging */ /* #undef DEBUG_MEM */ /* Support for asynchronous hostname lookups */ /* #undef GAI_A */ /* Check if local sockets are supported */ #define GGZ_HAVE_PF_LOCAL 1 /* Check if file descriptors can be sent */ #define GGZ_HAVE_SENDMSG 1 /* Check if syslog is present */ #define GGZ_HAVE_SYSLOG_H 1 /* Define if GNUTLS is to be used */ /* #undef GGZ_TLS_GNUTLS */ /* Define if no TLS is to be used */ #define GGZ_TLS_NONE 1 /* Define if OpenSSL is to be used */ /* #undef GGZ_TLS_OPENSSL */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define if CMSG_ALIGN is available */ /* #undef HAVE_CMSG_ALIGN */ /* Define if CMSG_LEN is available */ #define HAVE_CMSG_LEN 1 /* Define if CMSG_SPACE is available */ #define HAVE_CMSG_SPACE 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* 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. */ #define HAVE_MKDIR 1 /* Define if msghdr has a msg_controllen member */ #define HAVE_MSGHDR_MSG_CONTROL 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* 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 */ #define HAVE_SUN_LEN 1 /* 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 */ #define PACKAGE "libggz" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "ggz-dev@mail.ggzgamingzone.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "GGZ common libraries" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "GGZ common libraries 0.0.14" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libggz" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.0.14" /* 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 */ #define USE_GCRYPT 1 /* Version number of package */ #define VERSION "0.0.14" /* Use dmalloc for memory debugging */ #ifdef DEBUG_MEM # include #endif