Blame config.h.in

Packit e18bd3
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit e18bd3
Packit e18bd3
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
Packit e18bd3
#undef BSD44SOCKETS
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the `arc4random_buf' function. */
Packit e18bd3
#undef HAVE_ARC4RANDOM_BUF
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the `asprintf' function. */
Packit e18bd3
#undef HAVE_ASPRINTF
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit e18bd3
#undef HAVE_DLFCN_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <inttypes.h> header file. */
Packit e18bd3
#undef HAVE_INTTYPES_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the `bsd' library (-lbsd). */
Packit e18bd3
#undef HAVE_LIBBSD
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
Packit e18bd3
#undef HAVE_LIBWS2_32
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <memory.h> header file. */
Packit e18bd3
#undef HAVE_MEMORY_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if the system has the type `socklen_t'. */
Packit e18bd3
#undef HAVE_SOCKLEN_T
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <stdint.h> header file. */
Packit e18bd3
#undef HAVE_STDINT_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <stdlib.h> header file. */
Packit e18bd3
#undef HAVE_STDLIB_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <strings.h> header file. */
Packit e18bd3
#undef HAVE_STRINGS_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <string.h> header file. */
Packit e18bd3
#undef HAVE_STRING_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit e18bd3
#undef HAVE_SYS_STAT_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <sys/types.h> header file. */
Packit e18bd3
#undef HAVE_SYS_TYPES_H
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the <unistd.h> header file. */
Packit e18bd3
#undef HAVE_UNISTD_H
Packit e18bd3
Packit e18bd3
/* Xtrans transport type */
Packit e18bd3
#undef ICE_t
Packit e18bd3
Packit e18bd3
/* Support IPv6 for TCP connections */
Packit e18bd3
#undef IPv6
Packit e18bd3
Packit e18bd3
/* Support os-specific local connections */
Packit e18bd3
#undef LOCALCONN
Packit e18bd3
Packit e18bd3
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit e18bd3
   */
Packit e18bd3
#undef LT_OBJDIR
Packit e18bd3
Packit e18bd3
/* Name of package */
Packit e18bd3
#undef PACKAGE
Packit e18bd3
Packit e18bd3
/* Define to the address where bug reports for this package should be sent. */
Packit e18bd3
#undef PACKAGE_BUGREPORT
Packit e18bd3
Packit e18bd3
/* Define to the full name of this package. */
Packit e18bd3
#undef PACKAGE_NAME
Packit e18bd3
Packit e18bd3
/* Define to the full name and version of this package. */
Packit e18bd3
#undef PACKAGE_STRING
Packit e18bd3
Packit e18bd3
/* Define to the one symbol short name of this package. */
Packit e18bd3
#undef PACKAGE_TARNAME
Packit e18bd3
Packit e18bd3
/* Define to the home page for this package. */
Packit e18bd3
#undef PACKAGE_URL
Packit e18bd3
Packit e18bd3
/* Define to the version of this package. */
Packit e18bd3
#undef PACKAGE_VERSION
Packit e18bd3
Packit e18bd3
/* Major version of this package */
Packit e18bd3
#undef PACKAGE_VERSION_MAJOR
Packit e18bd3
Packit e18bd3
/* Minor version of this package */
Packit e18bd3
#undef PACKAGE_VERSION_MINOR
Packit e18bd3
Packit e18bd3
/* Patch version of this package */
Packit e18bd3
#undef PACKAGE_VERSION_PATCHLEVEL
Packit e18bd3
Packit e18bd3
/* Define to 1 if you have the ANSI C header files. */
Packit e18bd3
#undef STDC_HEADERS
Packit e18bd3
Packit e18bd3
/* Support TCP socket connections */
Packit e18bd3
#undef TCPCONN
Packit e18bd3
Packit e18bd3
/* Support UNIX socket connections */
Packit e18bd3
#undef UNIXCONN
Packit e18bd3
Packit e18bd3
/* Enable extensions on AIX 3, Interix.  */
Packit e18bd3
#ifndef _ALL_SOURCE
Packit e18bd3
# undef _ALL_SOURCE
Packit e18bd3
#endif
Packit e18bd3
/* Enable GNU extensions on systems that have them.  */
Packit e18bd3
#ifndef _GNU_SOURCE
Packit e18bd3
# undef _GNU_SOURCE
Packit e18bd3
#endif
Packit e18bd3
/* Enable threading extensions on Solaris.  */
Packit e18bd3
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit e18bd3
# undef _POSIX_PTHREAD_SEMANTICS
Packit e18bd3
#endif
Packit e18bd3
/* Enable extensions on HP NonStop.  */
Packit e18bd3
#ifndef _TANDEM_SOURCE
Packit e18bd3
# undef _TANDEM_SOURCE
Packit e18bd3
#endif
Packit e18bd3
/* Enable general extensions on Solaris.  */
Packit e18bd3
#ifndef __EXTENSIONS__
Packit e18bd3
# undef __EXTENSIONS__
Packit e18bd3
#endif
Packit e18bd3
Packit e18bd3
Packit e18bd3
/* Version number of package */
Packit e18bd3
#undef VERSION
Packit e18bd3
Packit e18bd3
/* Define to 1 if on MINIX. */
Packit e18bd3
#undef _MINIX
Packit e18bd3
Packit e18bd3
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit e18bd3
   this defined. */
Packit e18bd3
#undef _POSIX_1_SOURCE
Packit e18bd3
Packit e18bd3
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit e18bd3
#undef _POSIX_SOURCE
Packit e18bd3
Packit e18bd3
/* Defined if needed to expose struct msghdr.msg_control */
Packit e18bd3
#undef _XOPEN_SOURCE