Blame config.h.in

Packit cd2a55
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit cd2a55
Packit cd2a55
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
Packit cd2a55
#undef BSD44SOCKETS
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit cd2a55
#undef HAVE_DLFCN_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <inttypes.h> header file. */
Packit cd2a55
#undef HAVE_INTTYPES_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
Packit cd2a55
#undef HAVE_LIBWS2_32
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <memory.h> header file. */
Packit cd2a55
#undef HAVE_MEMORY_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if the system has the type `socklen_t'. */
Packit cd2a55
#undef HAVE_SOCKLEN_T
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <stdint.h> header file. */
Packit cd2a55
#undef HAVE_STDINT_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <stdlib.h> header file. */
Packit cd2a55
#undef HAVE_STDLIB_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <strings.h> header file. */
Packit cd2a55
#undef HAVE_STRINGS_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <string.h> header file. */
Packit cd2a55
#undef HAVE_STRING_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit cd2a55
#undef HAVE_SYS_STAT_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <sys/types.h> header file. */
Packit cd2a55
#undef HAVE_SYS_TYPES_H
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the <unistd.h> header file. */
Packit cd2a55
#undef HAVE_UNISTD_H
Packit cd2a55
Packit cd2a55
/* Support IPv6 for TCP connections */
Packit cd2a55
#undef IPv6
Packit cd2a55
Packit cd2a55
/* Support os-specific local connections */
Packit cd2a55
#undef LOCALCONN
Packit cd2a55
Packit cd2a55
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit cd2a55
#undef LT_OBJDIR
Packit cd2a55
Packit cd2a55
/* Name of package */
Packit cd2a55
#undef PACKAGE
Packit cd2a55
Packit cd2a55
/* Define to the address where bug reports for this package should be sent. */
Packit cd2a55
#undef PACKAGE_BUGREPORT
Packit cd2a55
Packit cd2a55
/* Define to the full name of this package. */
Packit cd2a55
#undef PACKAGE_NAME
Packit cd2a55
Packit cd2a55
/* Define to the full name and version of this package. */
Packit cd2a55
#undef PACKAGE_STRING
Packit cd2a55
Packit cd2a55
/* Define to the one symbol short name of this package. */
Packit cd2a55
#undef PACKAGE_TARNAME
Packit cd2a55
Packit cd2a55
/* Define to the home page for this package. */
Packit cd2a55
#undef PACKAGE_URL
Packit cd2a55
Packit cd2a55
/* Define to the version of this package. */
Packit cd2a55
#undef PACKAGE_VERSION
Packit cd2a55
Packit cd2a55
/* Major version of this package */
Packit cd2a55
#undef PACKAGE_VERSION_MAJOR
Packit cd2a55
Packit cd2a55
/* Minor version of this package */
Packit cd2a55
#undef PACKAGE_VERSION_MINOR
Packit cd2a55
Packit cd2a55
/* Patch version of this package */
Packit cd2a55
#undef PACKAGE_VERSION_PATCHLEVEL
Packit cd2a55
Packit cd2a55
/* Define to 1 if you have the ANSI C header files. */
Packit cd2a55
#undef STDC_HEADERS
Packit cd2a55
Packit cd2a55
/* Support TCP socket connections */
Packit cd2a55
#undef TCPCONN
Packit cd2a55
Packit cd2a55
/* Support UNIX socket connections */
Packit cd2a55
#undef UNIXCONN
Packit cd2a55
Packit cd2a55
/* Version number of package */
Packit cd2a55
#undef VERSION
Packit cd2a55
Packit cd2a55
/* Defined if needed to expose struct msghdr.msg_control */
Packit cd2a55
#undef _XOPEN_SOURCE