config.h.in revision 198e4c3c
16c321187Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
26c321187Smrg
36c321187Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
46c321187Smrg#undef BSD44SOCKETS
56c321187Smrg
66c321187Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
76c321187Smrg#undef HAVE_DLFCN_H
86c321187Smrg
96c321187Smrg/* Define to 1 if you have the <inttypes.h> header file. */
106c321187Smrg#undef HAVE_INTTYPES_H
116c321187Smrg
1293493779Smrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
1393493779Smrg#undef HAVE_LIBWS2_32
1493493779Smrg
156c321187Smrg/* Define to 1 if you have the <memory.h> header file. */
166c321187Smrg#undef HAVE_MEMORY_H
176c321187Smrg
1893493779Smrg/* Define to 1 if the system has the type `socklen_t'. */
1993493779Smrg#undef HAVE_SOCKLEN_T
2093493779Smrg
216c321187Smrg/* Define to 1 if you have the <stdint.h> header file. */
226c321187Smrg#undef HAVE_STDINT_H
236c321187Smrg
246c321187Smrg/* Define to 1 if you have the <stdlib.h> header file. */
256c321187Smrg#undef HAVE_STDLIB_H
266c321187Smrg
276c321187Smrg/* Define to 1 if you have the <strings.h> header file. */
286c321187Smrg#undef HAVE_STRINGS_H
296c321187Smrg
306c321187Smrg/* Define to 1 if you have the <string.h> header file. */
316c321187Smrg#undef HAVE_STRING_H
326c321187Smrg
336c321187Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
346c321187Smrg#undef HAVE_SYS_STAT_H
356c321187Smrg
366c321187Smrg/* Define to 1 if you have the <sys/types.h> header file. */
376c321187Smrg#undef HAVE_SYS_TYPES_H
386c321187Smrg
396c321187Smrg/* Define to 1 if you have the <unistd.h> header file. */
406c321187Smrg#undef HAVE_UNISTD_H
416c321187Smrg
426c321187Smrg/* Support IPv6 for TCP connections */
436c321187Smrg#undef IPv6
446c321187Smrg
456c321187Smrg/* Support os-specific local connections */
466c321187Smrg#undef LOCALCONN
476c321187Smrg
48198e4c3cSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
49e120bd27Smrg#undef LT_OBJDIR
50e120bd27Smrg
516c321187Smrg/* Name of package */
526c321187Smrg#undef PACKAGE
536c321187Smrg
546c321187Smrg/* Define to the address where bug reports for this package should be sent. */
556c321187Smrg#undef PACKAGE_BUGREPORT
566c321187Smrg
576c321187Smrg/* Define to the full name of this package. */
586c321187Smrg#undef PACKAGE_NAME
596c321187Smrg
606c321187Smrg/* Define to the full name and version of this package. */
616c321187Smrg#undef PACKAGE_STRING
626c321187Smrg
636c321187Smrg/* Define to the one symbol short name of this package. */
646c321187Smrg#undef PACKAGE_TARNAME
656c321187Smrg
66e120bd27Smrg/* Define to the home page for this package. */
67e120bd27Smrg#undef PACKAGE_URL
68e120bd27Smrg
696c321187Smrg/* Define to the version of this package. */
706c321187Smrg#undef PACKAGE_VERSION
716c321187Smrg
726c321187Smrg/* Major version of this package */
736c321187Smrg#undef PACKAGE_VERSION_MAJOR
746c321187Smrg
756c321187Smrg/* Minor version of this package */
766c321187Smrg#undef PACKAGE_VERSION_MINOR
776c321187Smrg
786c321187Smrg/* Patch version of this package */
796c321187Smrg#undef PACKAGE_VERSION_PATCHLEVEL
806c321187Smrg
816c321187Smrg/* Define to 1 if you have the ANSI C header files. */
826c321187Smrg#undef STDC_HEADERS
836c321187Smrg
846c321187Smrg/* Support TCP socket connections */
856c321187Smrg#undef TCPCONN
866c321187Smrg
876c321187Smrg/* Support UNIX socket connections */
886c321187Smrg#undef UNIXCONN
896c321187Smrg
906c321187Smrg/* Version number of package */
916c321187Smrg#undef VERSION
92198e4c3cSmrg
93198e4c3cSmrg/* Defined if needed to expose struct msghdr.msg_control */
94198e4c3cSmrg#undef _XOPEN_SOURCE
95