1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define this to enable ipv6. */
7#undef ENABLE_IPV6
8
9/* Define this to enable network tests. */
10#undef ENABLE_NETWORK_TESTS
11
12/* Define this to enable threads. */
13#undef ENABLE_THREADS
14
15/* Define to 1 if you have the <dlfcn.h> header file. */
16#undef HAVE_DLFCN_H
17
18/* Define to 1 if you have the `getifaddrs' function. */
19#undef HAVE_GETIFADDRS
20
21/* Define to 1 if inet_pton() is available. */
22#undef HAVE_INET_PTON
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have the `m' library (-lm). */
28#undef HAVE_LIBM
29
30/* Define to use the pthread library for threading. */
31#undef HAVE_LIBPTHREAD
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if you have the <netdb.h> header file. */
37#undef HAVE_NETDB_H
38
39/* Define to 1 if you have the <netinet/in.h> header file. */
40#undef HAVE_NETINET_IN_H
41
42/* Define to 1 if poll() is available. */
43#undef HAVE_POLL
44
45/* Define to 1 if select() is available. */
46#undef HAVE_SELECT
47
48/* Define to 1 if setvbuf() is available. */
49#undef HAVE_SETVBUF
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the <strings.h> header file. */
58#undef HAVE_STRINGS_H
59
60/* Define to 1 if you have the <string.h> header file. */
61#undef HAVE_STRING_H
62
63/* Define to 1 if you have the <sys/socket.h> header file. */
64#undef HAVE_SYS_SOCKET_H
65
66/* Define to 1 if you have the <sys/stat.h> header file. */
67#undef HAVE_SYS_STAT_H
68
69/* Define to 1 if you have the <sys/types.h> header file. */
70#undef HAVE_SYS_TYPES_H
71
72/* Define to 1 if the system has the type `uintptr_t'. */
73#undef HAVE_UINTPTR_T
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to use the win32 library for threading. */
79#undef HAVE_WIN32_THREADS
80
81/* If machine is bigendian */
82#undef LO_BIGENDIAN
83
84/* Libtool compatibility version */
85#undef LO_SO_VERSION
86
87/* Define to the sub-directory where libtool stores uninstalled libraries. */
88#undef LT_OBJDIR
89
90/* Name of package */
91#undef PACKAGE
92
93/* Define to the address where bug reports for this package should be sent. */
94#undef PACKAGE_BUGREPORT
95
96/* Define to the full name of this package. */
97#undef PACKAGE_NAME
98
99/* Define to the full name and version of this package. */
100#undef PACKAGE_STRING
101
102/* Define to the one symbol short name of this package. */
103#undef PACKAGE_TARNAME
104
105/* Define to the home page for this package. */
106#undef PACKAGE_URL
107
108/* Define to the version of this package. */
109#undef PACKAGE_VERSION
110
111/* printf code for type long long int */
112#undef PRINTF_LL
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
117/* Version number of package */
118#undef VERSION
119
120/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
121   significant byte first (like Motorola and SPARC, unlike Intel). */
122#if defined AC_APPLE_UNIVERSAL_BUILD
123# if defined __BIG_ENDIAN__
124#  define WORDS_BIGENDIAN 1
125# endif
126#else
127# ifndef WORDS_BIGENDIAN
128#  undef WORDS_BIGENDIAN
129# endif
130#endif
131
132/* Define to empty if `const' does not conform to ANSI C. */
133#undef const
134
135/* Define to `unsigned int' if <sys/types.h> does not define. */
136#undef size_t
137
138/* Define to the type of an unsigned integer type wide enough to hold a
139   pointer, if such a type exists, and if the system does not define it. */
140#undef uintptr_t
141