1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
5
6/* Define to 1 if you have the <arpa/nameser.h> header file. */
7#undef HAVE_ARPA_NAMESER_H
8
9/* Define to 1 if you have the `fcntl' function. */
10#undef HAVE_FCNTL
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `getaddrinfo' function. */
16#undef HAVE_GETADDRINFO
17
18/* Define to 1 if you have the `gethostbyname2' function. */
19#undef HAVE_GETHOSTBYNAME2
20
21/* Define to 1 if you have the `gettimeofday' function. */
22#undef HAVE_GETTIMEOFDAY
23
24/* Define to 1 if you have the `inet_ntop' function. */
25#undef HAVE_INET_NTOP
26
27/* Define to 1 if you have the `inet_pton' function. */
28#undef HAVE_INET_PTON
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
34#undef HAVE_LIBSDL_IMAGE
35
36/* Define to 1 if you have the <memory.h> header file. */
37#undef HAVE_MEMORY_H
38
39/* define if the compiler implements namespaces */
40#undef HAVE_NAMESPACES
41
42/* Define to 1 if you have the `nanosleep' function. */
43#undef HAVE_NANOSLEEP
44
45/* Define to 1 if you have the <netdb.h> header file. */
46#undef HAVE_NETDB_H
47
48/* Define to 1 if you have the <netinet/in.h> header file. */
49#undef HAVE_NETINET_IN_H
50
51/* Define to 1 if you have the <netinet/tcp.h> header file. */
52#undef HAVE_NETINET_TCP_H
53
54/* Define to 1 if you have the `poll' function. */
55#undef HAVE_POLL
56
57/* Define to 1 if you have the <poll.h> header file. */
58#undef HAVE_POLL_H
59
60/* Define to 1 if you have the <resolv.h> header file. */
61#undef HAVE_RESOLV_H
62
63/* define if struct sockaddr has a sa_len member */
64#undef HAVE_SA_LEN
65
66/* Define to 1 if you have the `select' function. */
67#undef HAVE_SELECT
68
69/* Define to 1 if you have the `setsockopt' function. */
70#undef HAVE_SETSOCKOPT
71
72/* define if the compiler has stringstream */
73#undef HAVE_SSTREAM
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#undef HAVE_STDINT_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
81/* define if std::string::compare() has the correct signature */
82#undef HAVE_STD_COMPARE
83
84/* Define to 1 if you have the <strings.h> header file. */
85#undef HAVE_STRINGS_H
86
87/* Define to 1 if you have the <string.h> header file. */
88#undef HAVE_STRING_H
89
90/* Define to 1 if you have the <sys/param.h> header file. */
91#undef HAVE_SYS_PARAM_H
92
93/* Define to 1 if you have the <sys/select.h> header file. */
94#undef HAVE_SYS_SELECT_H
95
96/* Define to 1 if you have the <sys/socket.h> header file. */
97#undef HAVE_SYS_SOCKET_H
98
99/* Define to 1 if you have the <sys/stat.h> header file. */
100#undef HAVE_SYS_STAT_H
101
102/* Define to 1 if you have the <sys/syctl.h> header file. */
103#undef HAVE_SYS_SYCTL_H
104
105/* Define to 1 if you have the <sys/time.h> header file. */
106#undef HAVE_SYS_TIME_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if you have the <unistd.h> header file. */
112#undef HAVE_UNISTD_H
113
114/* define if a working ipv6 implementation is available */
115#undef INET6
116
117/* define if SDL output should be built */
118#undef JFK_OUTPUT_BUILD_SDL
119
120/* Name of package */
121#undef PACKAGE
122
123/* Define to the address where bug reports for this package should be sent. */
124#undef PACKAGE_BUGREPORT
125
126/* Define to the full name of this package. */
127#undef PACKAGE_NAME
128
129/* Define to the full name and version of this package. */
130#undef PACKAGE_STRING
131
132/* Define to the one symbol short name of this package. */
133#undef PACKAGE_TARNAME
134
135/* Define to the version of this package. */
136#undef PACKAGE_VERSION
137
138/* Define to 1 if you have the ANSI C header files. */
139#undef STDC_HEADERS
140
141/* Version number of package */
142#undef VERSION
143
144/* have socklen_t type */
145#undef socklen_t
146
147/* Define to `int' if <sys/types.h> does not define. */
148#undef ssize_t
149