1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* build with ncurses user interface */
4#undef ENABLE_UI
5
6/* 7-argument gethostbyaddr_r returns struct hostent* */
7#undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
8
9/* 8-argument gethostbyaddr_r returns int */
10#undef GETHOSTBYADDR_R_RETURNS_INT
11
12/* Define to 1 if you have the `addnstr' function. */
13#undef HAVE_ADDNSTR
14
15/* Define to 1 if you have the <algorithm> header file. */
16#undef HAVE_ALGORITHM
17
18/* Define to 1 if you have the <arpa/inet.h> header file. */
19#undef HAVE_ARPA_INET_H
20
21/* Define to 1 if you have the `beep' function. */
22#undef HAVE_BEEP
23
24/* Define to 1 if you have the `cbreak' function. */
25#undef HAVE_CBREAK
26
27/* Define to 1 if you have the <cerrno> header file. */
28#undef HAVE_CERRNO
29
30/* Define to 1 if you have the `clear' function. */
31#undef HAVE_CLEAR
32
33/* Define to 1 if you have the <climits> header file. */
34#undef HAVE_CLIMITS
35
36/* Define to 1 if you have the <csignal> header file. */
37#undef HAVE_CSIGNAL
38
39/* Define to 1 if you have the <cstdlib> header file. */
40#undef HAVE_CSTDLIB
41
42/* Define to 1 if you have the <cstring> header file. */
43#undef HAVE_CSTRING
44
45/* Define to 1 if you have the `endwin' function. */
46#undef HAVE_ENDWIN
47
48/* Define to 1 if you have the `getch' function. */
49#undef HAVE_GETCH
50
51/* Define to 1 if you have the `gethostbyname' function. */
52#undef HAVE_GETHOSTBYNAME
53
54/* Define to 1 if you have the <getopt.h> header file. */
55#undef HAVE_GETOPT_H
56
57/* Define to 1 if you have the `halfdelay' function. */
58#undef HAVE_HALFDELAY
59
60/* Define to 1 if you have the `initscr' function. */
61#undef HAVE_INITSCR
62
63/* Define to 1 if you have the <inttypes.h> header file. */
64#undef HAVE_INTTYPES_H
65
66/* Define to 1 if you have the <iomanip> header file. */
67#undef HAVE_IOMANIP
68
69/* Define to 1 if you have the <iostream> header file. */
70#undef HAVE_IOSTREAM
71
72/* Define to 1 if you have the `keypad' function. */
73#undef HAVE_KEYPAD
74
75/* Define to 1 if you have the `ncurses' library (-lncurses). */
76#undef HAVE_LIBNCURSES
77
78/* Define to 1 if you have the `pthread' library (-lpthread). */
79#undef HAVE_LIBPTHREAD
80
81/* Define to 1 if you have the <map> header file. */
82#undef HAVE_MAP
83
84/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H
86
87/* Define to 1 if you have the `memset' function. */
88#undef HAVE_MEMSET
89
90/* Define to 1 if you have the `mvaddstr' function. */
91#undef HAVE_MVADDSTR
92
93/* Define to 1 if you have the `mvchgat' function. */
94#undef HAVE_MVCHGAT
95
96/* Define to 1 if you have the `mvhline' function. */
97#undef HAVE_MVHLINE
98
99/* Define to 1 if you have the <ncurses.h> header file. */
100#undef HAVE_NCURSES_H
101
102/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
103#undef HAVE_NCURSES_NCURSES_H
104
105/* Define to 1 if you have the <netdb.h> header file. */
106#undef HAVE_NETDB_H
107
108/* Define to 1 if you have the <netinet/in.h> header file. */
109#undef HAVE_NETINET_IN_H
110
111/* Define to 1 if you have the `noecho' function. */
112#undef HAVE_NOECHO
113
114/* Define to 1 if you have the `nonl' function. */
115#undef HAVE_NONL
116
117/* Define to 1 if you have the `pthread_cancel' function. */
118#undef HAVE_PTHREAD_CANCEL
119
120/* Define to 1 if you have the `pthread_create' function. */
121#undef HAVE_PTHREAD_CREATE
122
123/* Define to 1 if you have the <pthread.h> header file. */
124#undef HAVE_PTHREAD_H
125
126/* Define to 1 if you have the `pthread_mutexattr_destroy' function. */
127#undef HAVE_PTHREAD_MUTEXATTR_DESTROY
128
129/* Define to 1 if you have the `pthread_mutexattr_init' function. */
130#undef HAVE_PTHREAD_MUTEXATTR_INIT
131
132/* Define to 1 if you have the `pthread_mutexattr_settype' function. */
133#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
134
135/* Define to 1 if you have the `pthread_mutex_destroy' function. */
136#undef HAVE_PTHREAD_MUTEX_DESTROY
137
138/* Define to 1 if you have the `pthread_mutex_init' function. */
139#undef HAVE_PTHREAD_MUTEX_INIT
140
141/* Define to 1 if you have the `pthread_mutex_lock' function. */
142#undef HAVE_PTHREAD_MUTEX_LOCK
143
144/* Define to 1 if you have the `pthread_mutex_unlock' function. */
145#undef HAVE_PTHREAD_MUTEX_UNLOCK
146
147/* Define to 1 if you have the `refresh' function. */
148#undef HAVE_REFRESH
149
150/* Define to 1 if you have the `socket' function. */
151#undef HAVE_SOCKET
152
153/* Define to 1 if you have the <sstream> header file. */
154#undef HAVE_SSTREAM
155
156/* Define to 1 if you have the <stdint.h> header file. */
157#undef HAVE_STDINT_H
158
159/* Define to 1 if you have the <stdlib.h> header file. */
160#undef HAVE_STDLIB_H
161
162/* Define to 1 if you have the `strerror' function. */
163#undef HAVE_STRERROR
164
165/* Define to 1 if you have the <string> header file. */
166#undef HAVE_STRING
167
168/* Define to 1 if you have the <strings.h> header file. */
169#undef HAVE_STRINGS_H
170
171/* Define to 1 if you have the <string.h> header file. */
172#undef HAVE_STRING_H
173
174/* Define to 1 if you have the <sys/socket.h> header file. */
175#undef HAVE_SYS_SOCKET_H
176
177/* Define to 1 if you have the <sys/stat.h> header file. */
178#undef HAVE_SYS_STAT_H
179
180/* Define to 1 if you have the <sys/types.h> header file. */
181#undef HAVE_SYS_TYPES_H
182
183/* Define to 1 if you have the <unistd.h> header file. */
184#undef HAVE_UNISTD_H
185
186/* Define to 1 if you have the <vector> header file. */
187#undef HAVE_VECTOR
188
189/* Look for ncurses headers in subdir */
190#undef NCURSES_IN_SUBDIR
191
192/* Name of package */
193#undef PACKAGE
194
195/* Define to the address where bug reports for this package should be sent. */
196#undef PACKAGE_BUGREPORT
197
198/* Define to the full name of this package. */
199#undef PACKAGE_NAME
200
201/* Define to the full name and version of this package. */
202#undef PACKAGE_STRING
203
204/* Define to the one symbol short name of this package. */
205#undef PACKAGE_TARNAME
206
207/* Define to the home page for this package. */
208#undef PACKAGE_URL
209
210/* Define to the version of this package. */
211#undef PACKAGE_VERSION
212
213/* Define to 1 if you have the ANSI C header files. */
214#undef STDC_HEADERS
215
216/* resolving via getnameinfo can be done in multiple threads */
217#undef THREADSAFE_GETNAMEINFO
218
219/* use gethostbyaddr for name resolution */
220#undef USE_GETHOSTBYADDR
221
222/* use gethostbyaddr_r for name resolution */
223#undef USE_GETHOSTBYADDR_R
224
225/* use getnameinfo for name resolution */
226#undef USE_GETNAMEINFO
227
228/* Enable extensions on AIX 3, Interix.  */
229#ifndef _ALL_SOURCE
230# undef _ALL_SOURCE
231#endif
232/* Enable GNU extensions on systems that have them.  */
233#ifndef _GNU_SOURCE
234# undef _GNU_SOURCE
235#endif
236/* Enable threading extensions on Solaris.  */
237#ifndef _POSIX_PTHREAD_SEMANTICS
238# undef _POSIX_PTHREAD_SEMANTICS
239#endif
240/* Enable extensions on HP NonStop.  */
241#ifndef _TANDEM_SOURCE
242# undef _TANDEM_SOURCE
243#endif
244/* Enable general extensions on Solaris.  */
245#ifndef __EXTENSIONS__
246# undef __EXTENSIONS__
247#endif
248
249
250/* Version number of package */
251#undef VERSION
252
253/* use name resolution */
254#undef WITH_RESOLVER
255
256/* Define to 1 if on MINIX. */
257#undef _MINIX
258
259/* Define to 2 if the system does not provide POSIX.1 features except with
260   this defined. */
261#undef _POSIX_1_SOURCE
262
263/* Define to 1 if you need to in order for `stat' and other things to work. */
264#undef _POSIX_SOURCE
265