config.h revision 6e8825d5c6462dd394226dbd7b193f95b40c4f22
1/* #undef HAVE_LIBZ */
2/* #undef HAVE_LIBM */
3#define HAVE_ISINF
4#define HAVE_ISNAN
5/* #undef HAVE_LIBHISTORY */
6/* #undef HAVE_LIBREADLINE */
7/* #undef HAVE_LIBPTHREAD */
8/* #undef HAVE_PTHREAD_H */
9
10/* Define if IPV6 support is there */
11/* #undef SUPPORT_IP6 */
12
13/* Define if getaddrinfo is there */
14/* #undef HAVE_GETADDRINFO */
15
16/* Define to 1 if you have the <ansidecl.h> header file. */
17/* #undef HAVE_ANSIDECL_H */
18
19/* Define to 1 if you have the <arpa/inet.h> header file. */
20#define HAVE_ARPA_INET_H 1
21
22/* Define to 1 if you have the <arpa/nameser.h> header file. */
23#define HAVE_ARPA_NAMESER_H 1
24
25/* Whether struct sockaddr::__ss_family exists */
26/* #undef HAVE_BROKEN_SS_FAMILY */
27
28/* Define to 1 if you have the `class' function. */
29/* #undef HAVE_CLASS */
30
31/* Define to 1 if you have the <ctype.h> header file. */
32#define HAVE_CTYPE_H 1
33
34/* Define to 1 if you have the <dirent.h> header file. */
35#define HAVE_DIRENT_H 1
36
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#define HAVE_DLFCN_H 1
39
40/* Have dlopen based dso */
41/* #undef HAVE_DLOPEN */
42
43/* Define to 1 if you have the <dl.h> header file. */
44/* #undef HAVE_DL_H */
45
46/* Define to 1 if you have the <errno.h> header file. */
47#define HAVE_ERRNO_H 1
48
49/* Define to 1 if you have the <fcntl.h> header file. */
50#define HAVE_FCNTL_H 1
51
52/* Define to 1 if you have the `finite' function. */
53#define HAVE_FINITE 1
54
55/* Define to 1 if you have the <float.h> header file. */
56#define HAVE_FLOAT_H 1
57
58/* Define to 1 if you have the `fpclass' function. */
59/* #undef HAVE_FPCLASS */
60
61/* Define to 1 if you have the `fprintf' function. */
62#define HAVE_FPRINTF 1
63
64/* Define to 1 if you have the `fp_class' function. */
65/* #undef HAVE_FP_CLASS */
66
67/* Define to 1 if you have the <fp_class.h> header file. */
68/* #undef HAVE_FP_CLASS_H */
69
70/* Define to 1 if you have the `ftime' function. */
71#define HAVE_FTIME 1
72
73/* Define if getaddrinfo is there */
74/* #undef HAVE_GETADDRINFO */
75
76/* Define to 1 if you have the `gettimeofday' function. */
77#define HAVE_GETTIMEOFDAY 1
78
79/* Define to 1 if you have the <ieeefp.h> header file. */
80/* #undef HAVE_IEEEFP_H */
81
82/* Define to 1 if you have the <inttypes.h> header file. */
83#define HAVE_INTTYPES_H 1
84
85/* Define if isinf is there */
86#define HAVE_ISINF
87
88/* Define if isnan is there */
89#define HAVE_ISNAN
90
91/* Define to 1 if you have the `isnand' function. */
92/* #undef HAVE_ISNAND */
93
94/* Define if history library is there (-lhistory) */
95/* #undef HAVE_LIBHISTORY */
96
97/* Define if pthread library is there (-lpthread) */
98/* #undef HAVE_LIBPTHREAD */
99
100/* Define if readline library is there (-lreadline) */
101/* #undef HAVE_LIBREADLINE */
102
103/* Have compression library */
104//#define HAVE_LIBZ 1
105
106/* Define to 1 if you have the <limits.h> header file. */
107#define HAVE_LIMITS_H 1
108
109/* Define to 1 if you have the `localtime' function. */
110#define HAVE_LOCALTIME 1
111
112/* Define to 1 if you have the <math.h> header file. */
113#define HAVE_MATH_H 1
114
115/* Define to 1 if you have the <memory.h> header file. */
116#define HAVE_MEMORY_H 1
117
118/* Define to 1 if you have the <nan.h> header file. */
119/* #undef HAVE_NAN_H */
120
121/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
122/* #undef HAVE_NDIR_H */
123
124/* Define to 1 if you have the <netdb.h> header file. */
125#define HAVE_NETDB_H 1
126
127/* Define to 1 if you have the <netinet/in.h> header file. */
128#define HAVE_NETINET_IN_H 1
129
130/* Define to 1 if you have the `printf' function. */
131#define HAVE_PRINTF 1
132
133/* Define if <pthread.h> is there */
134/* #undef HAVE_PTHREAD_H */
135
136/* Define to 1 if you have the <resolv.h> header file. */
137#define HAVE_RESOLV_H 1
138
139/* Have shl_load based dso */
140/* #undef HAVE_SHLLOAD */
141
142/* Define to 1 if you have the `signal' function. */
143#define HAVE_SIGNAL 1
144
145/* Define to 1 if you have the <signal.h> header file. */
146#define HAVE_SIGNAL_H 1
147
148/* Define to 1 if you have the `snprintf' function. */
149#define HAVE_SNPRINTF 1
150
151/* Define to 1 if you have the `sprintf' function. */
152#define HAVE_SPRINTF 1
153
154/* Define to 1 if you have the `sscanf' function. */
155#define HAVE_SSCANF 1
156
157/* Define to 1 if you have the `stat' function. */
158#define HAVE_STAT 1
159
160/* Define to 1 if you have the <stdarg.h> header file. */
161#define HAVE_STDARG_H 1
162
163/* Define to 1 if you have the <stdint.h> header file. */
164#define HAVE_STDINT_H 1
165
166/* Define to 1 if you have the <stdlib.h> header file. */
167#define HAVE_STDLIB_H 1
168
169/* Define to 1 if you have the `strdup' function. */
170#define HAVE_STRDUP 1
171
172/* Define to 1 if you have the `strerror' function. */
173#define HAVE_STRERROR 1
174
175/* Define to 1 if you have the `strftime' function. */
176#define HAVE_STRFTIME 1
177
178/* Define to 1 if you have the <strings.h> header file. */
179#define HAVE_STRINGS_H 1
180
181/* Define to 1 if you have the <string.h> header file. */
182#define HAVE_STRING_H 1
183
184/* Define to 1 if you have the `strndup' function. */
185#define HAVE_STRNDUP 1
186
187/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
188   */
189/* #undef HAVE_SYS_DIR_H */
190
191/* Define to 1 if you have the <sys/mman.h> header file. */
192#define HAVE_SYS_MMAN_H 1
193
194/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
195   */
196/* #undef HAVE_SYS_NDIR_H */
197
198/* Define to 1 if you have the <sys/select.h> header file. */
199#define HAVE_SYS_SELECT_H 1
200
201/* Define to 1 if you have the <sys/socket.h> header file. */
202#define HAVE_SYS_SOCKET_H 1
203
204/* Define to 1 if you have the <sys/stat.h> header file. */
205#define HAVE_SYS_STAT_H 1
206
207/* Define to 1 if you have the <sys/timeb.h> header file. */
208#define HAVE_SYS_TIMEB_H 1
209
210/* Define to 1 if you have the <sys/time.h> header file. */
211#define HAVE_SYS_TIME_H 1
212
213/* Define to 1 if you have the <sys/types.h> header file. */
214#define HAVE_SYS_TYPES_H 1
215
216/* Define to 1 if you have the <time.h> header file. */
217#define HAVE_TIME_H 1
218
219/* Define to 1 if you have the <unistd.h> header file. */
220#define HAVE_UNISTD_H 1
221
222/* Whether va_copy() is available */
223#define HAVE_VA_COPY 1
224
225/* Define to 1 if you have the `vfprintf' function. */
226#define HAVE_VFPRINTF 1
227
228/* Define to 1 if you have the `vsnprintf' function. */
229#define HAVE_VSNPRINTF 1
230
231/* Define to 1 if you have the `vsprintf' function. */
232#define HAVE_VSPRINTF 1
233
234/* Define to 1 if you have the <zlib.h> header file. */
235//#define HAVE_ZLIB_H 1
236
237/* Define to 1 if you have the `_stat' function. */
238/* #undef HAVE__STAT */
239
240/* Whether __va_copy() is available */
241/* #undef HAVE___VA_COPY */
242