15c10afb9Smrg/* xconfig.h.in.  Generated from configure.ac by autoheader.  */
25c10afb9Smrg
35c10afb9Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
45c10afb9Smrg#undef BSD44SOCKETS
55c10afb9Smrg
6b3078addSmrg/* Define to 1 if you have the <inttypes.h> header file. */
7b3078addSmrg#undef HAVE_INTTYPES_H
8b3078addSmrg
9b3078addSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
10b3078addSmrg#undef HAVE_LIBWS2_32
11b3078addSmrg
12b3078addSmrg/* Define to 1 if you have the <memory.h> header file. */
13b3078addSmrg#undef HAVE_MEMORY_H
14b3078addSmrg
15b3078addSmrg/* Define to 1 if the system has the type `socklen_t'. */
16b3078addSmrg#undef HAVE_SOCKLEN_T
17b3078addSmrg
18b3078addSmrg/* Define to 1 if you have the <stdint.h> header file. */
19b3078addSmrg#undef HAVE_STDINT_H
20b3078addSmrg
21b3078addSmrg/* Define to 1 if you have the <stdlib.h> header file. */
22b3078addSmrg#undef HAVE_STDLIB_H
23b3078addSmrg
24b3078addSmrg/* Define to 1 if you have the <strings.h> header file. */
25b3078addSmrg#undef HAVE_STRINGS_H
26b3078addSmrg
27b3078addSmrg/* Define to 1 if you have the <string.h> header file. */
28b3078addSmrg#undef HAVE_STRING_H
29b3078addSmrg
30b3078addSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
31b3078addSmrg#undef HAVE_SYS_STAT_H
32b3078addSmrg
33b3078addSmrg/* Define to 1 if you have the <sys/types.h> header file. */
34b3078addSmrg#undef HAVE_SYS_TYPES_H
35b3078addSmrg
36b3078addSmrg/* Define to 1 if you have the <unistd.h> header file. */
37b3078addSmrg#undef HAVE_UNISTD_H
38b3078addSmrg
395c10afb9Smrg/* Support IPv6 for TCP connections */
405c10afb9Smrg#undef IPv6
415c10afb9Smrg
42b3078addSmrg/* Define to 1 if you do not have the "strcasecmp" function. */
435c10afb9Smrg#undef NEED_STRCASECMP
445c10afb9Smrg
455c10afb9Smrg/* Name of package */
465c10afb9Smrg#undef PACKAGE
475c10afb9Smrg
485c10afb9Smrg/* Define to the address where bug reports for this package should be sent. */
495c10afb9Smrg#undef PACKAGE_BUGREPORT
505c10afb9Smrg
515c10afb9Smrg/* Define to the full name of this package. */
525c10afb9Smrg#undef PACKAGE_NAME
535c10afb9Smrg
545c10afb9Smrg/* Define to the full name and version of this package. */
555c10afb9Smrg#undef PACKAGE_STRING
565c10afb9Smrg
575c10afb9Smrg/* Define to the one symbol short name of this package. */
585c10afb9Smrg#undef PACKAGE_TARNAME
595c10afb9Smrg
60b3078addSmrg/* Define to the home page for this package. */
61b3078addSmrg#undef PACKAGE_URL
62b3078addSmrg
635c10afb9Smrg/* Define to the version of this package. */
645c10afb9Smrg#undef PACKAGE_VERSION
655c10afb9Smrg
66b3078addSmrg/* Major version of this package */
67b3078addSmrg#undef PACKAGE_VERSION_MAJOR
68b3078addSmrg
69b3078addSmrg/* Minor version of this package */
70b3078addSmrg#undef PACKAGE_VERSION_MINOR
71b3078addSmrg
72b3078addSmrg/* Patch version of this package */
73b3078addSmrg#undef PACKAGE_VERSION_PATCHLEVEL
74b3078addSmrg
75b3078addSmrg/* Define to 1 if you have the ANSI C header files. */
76b3078addSmrg#undef STDC_HEADERS
77b3078addSmrg
785c10afb9Smrg/* Version number of package */
795c10afb9Smrg#undef VERSION
80cf2f63c2Smrg
81cf2f63c2Smrg/* Defined if needed to expose struct msghdr.msg_control */
82cf2f63c2Smrg#undef _XOPEN_SOURCE
83