Imported Upstream version 2.9.4
[platform/upstream/libxml2.git] / os400 / config.h.in
1 /* Define to 1 if you have the <ansidecl.h> header file. */
2 #undef HAVE_ANSIDECL_H
3
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H        1
6
7 /* Define to 1 if you have the <arpa/nameser.h> header file. */
8 #define HAVE_ARPA_NAMESER_H     1
9
10 /* Whether struct sockaddr::__ss_family exists */
11 #undef HAVE_BROKEN_SS_FAMILY
12
13 /* Define to 1 if you have the `class' function. */
14 #undef HAVE_CLASS
15
16 /* Define to 1 if you have the <ctype.h> header file. */
17 #define HAVE_CTYPE_H            1
18
19 /* Define to 1 if you have the <dirent.h> header file. */
20 #define HAVE_DIRENT_H           1
21
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H            1       /* Locally emulated. */
24
25 /* Have dlopen based dso */
26 #define HAVE_DLOPEN             1       /* Locally emulated. */
27
28 /* Define to 1 if you have the <dl.h> header file. */
29 #undef HAVE_DL_H
30
31 /* Define to 1 if you have the <errno.h> header file. */
32 #define HAVE_ERRNO_H            1
33
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #define HAVE_FCNTL_H            1
36
37 /* Define to 1 if you have the `finite' function. */
38 #undef HAVE_FINITE
39
40 /* Define to 1 if you have the <float.h> header file. */
41 #define HAVE_FLOAT_H            1
42
43 /* Define to 1 if you have the `fpclass' function. */
44 #undef HAVE_FPCLASS
45
46 /* Define to 1 if you have the `fprintf' function. */
47 #undef HAVE_FPRINTF                     /* Use trio. */
48
49 /* Define to 1 if you have the `fp_class' function. */
50 #undef HAVE_FP_CLASS
51
52 /* Define to 1 if you have the <fp_class.h> header file. */
53 #undef HAVE_FP_CLASS_H
54
55 /* Define to 1 if you have the `ftime' function. */
56 #undef HAVE_FTIME
57
58 /* Define if getaddrinfo is there */
59 #define HAVE_GETADDRINFO        1
60
61 /* Define to 1 if you have the `gettimeofday' function. */
62 #undef HAVE_GETTIMEOFDAY
63
64 /* Define to 1 if you have the <ieeefp.h> header file. */
65 #undef HAVE_IEEEFP_H
66
67 /* Define to 1 if you have the <inttypes.h> header file. */
68 #define HAVE_INTTYPES_H         1
69
70 /* Define to 1 if you have the `isascii' function. */
71 #define HAVE_ISASCII            1
72
73 /* Define if isinf is there */
74 #undef HAVE_ISINF
75
76 /* Define if isnan is there */
77 #undef HAVE_ISNAN
78
79 /* Define to 1 if you have the `isnand' function. */
80 #undef HAVE_ISNAND
81
82 /* Define if history library is there (-lhistory) */
83 #undef HAVE_LIBHISTORY
84
85 /* Have compression library */
86 #undef HAVE_LIBLZMA
87
88 /* Define if pthread library is there (-lpthread) */
89 #undef HAVE_LIBPTHREAD
90
91 /* Define if readline library is there (-lreadline) */
92 #undef HAVE_LIBREADLINE
93
94 /* Have compression library */
95 #undef HAVE_LIBZ
96
97 /* Define to 1 if you have the <limits.h> header file. */
98 #define HAVE_LIMITS_H           1
99
100 /* Define to 1 if you have the `localtime' function. */
101 #define HAVE_LOCALTIME          1
102
103 /* Define to 1 if you have the <lzma.h> header file. */
104 #undef HAVE_LZMA_H
105
106 /* Define to 1 if you have the <malloc.h> header file. */
107 #undef HAVE_MALLOC_H
108
109 /* Define to 1 if you have the <math.h> header file. */
110 #define HAVE_MATH_H             1
111
112 /* Define to 1 if you have the <memory.h> header file. */
113 #define HAVE_MEMORY_H           1
114
115 /* Define to 1 if you have the `mmap' function. */
116 #undef HAVE_MMAP
117
118 /* Define to 1 if you have the `munmap' function. */
119 #undef HAVE_MUNMAP
120
121 /* mmap() is no good without munmap() */
122 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
123 #  undef /**/ HAVE_MMAP
124 #endif
125
126 /* Define to 1 if you have the <nan.h> header file. */
127 #undef HAVE_NAN_H
128
129 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
130 #undef HAVE_NDIR_H
131
132 /* Define to 1 if you have the <netdb.h> header file. */
133 #define HAVE_NETDB_H            1
134
135 /* Define to 1 if you have the <netinet/in.h> header file. */
136 #define HAVE_NETINET_IN_H       1
137
138 /* Define to 1 if you have the <poll.h> header file. */
139 #undef HAVE_POLL_H
140
141 /* Define to 1 if you have the `printf' function. */
142 #undef HAVE_PRINTF                      /* Use trio. */
143
144 /* Define to 1 if you have the `vprintf' function. */
145 #undef HAVE_VPRINTF                     /* Use trio. */
146
147 /* Define if <pthread.h> is there */
148 #define HAVE_PTHREAD_H          1
149
150 /* Define to 1 if you have the `putenv' function. */
151 #define HAVE_PUTENV             1
152
153 /* Define to 1 if you have the `rand' function. */
154 #define HAVE_RAND               1
155
156 /* Define to 1 if you have the `rand_r' function. */
157 #define HAVE_RAND_R             1
158
159 /* Define to 1 if you have the <resolv.h> header file. */
160 #define HAVE_RESOLV_H           1
161
162 /* Have shl_load based dso */
163 #undef HAVE_SHLLOAD
164
165 /* Define to 1 if you have the `signal' function. */
166 #undef HAVE_SIGNAL
167
168 /* Define to 1 if you have the <signal.h> header file. */
169 #define HAVE_SIGNAL_H           1
170
171 /* Define to 1 if you have the `snprintf' function. */
172 #undef HAVE_SNPRINTF                    /* Use trio. */
173
174 /* Define to 1 if you have the `sprintf' function. */
175 #undef HAVE_SPRINTF                     /* Use trio. */
176
177 /* Define to 1 if you have the `srand' function. */
178 #define HAVE_SRAND              1
179
180 /* Define to 1 if you have the `scanf' function. */
181 #undef HAVE_SCANF                       /* Use trio. */
182
183 /* Define to 1 if you have the `fscanf' function. */
184 #undef HAVE_FSCANF                      /* Use trio. */
185
186 /* Define to 1 if you have the `sscanf' function. */
187 #undef HAVE_SSCANF                      /* Use trio. */
188
189 /* Define to 1 if you have the `stat' function. */
190 #define HAVE_STAT               1
191
192 /* Define to 1 if you have the <stdarg.h> header file. */
193 #define HAVE_STDARG_H           1       /* Overloaded */
194
195 /* Define to 1 if you have the <stdint.h> header file. */
196 #define HAVE_STDINT_H           1
197
198 /* Define to 1 if you have the <stdlib.h> header file. */
199 #define HAVE_STDLIB_H           1
200
201 /* Define to 1 if you have the `strdup' function. */
202 #define HAVE_STRDUP             1
203
204 /* Define to 1 if you have the `strerror' function. */
205 #define HAVE_STRERROR           1
206
207 /* Define to 1 if you have the `strftime' function. */
208 #define HAVE_STRFTIME           1
209
210 /* Define to 1 if you have the <strings.h> header file. */
211 #define HAVE_STRINGS_H          1
212
213 /* Define to 1 if you have the <string.h> header file. */
214 #define HAVE_STRING_H           1
215
216 /* Define to 1 if you have the `strndup' function. */
217 #undef HAVE_STRNDUP
218
219 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
220    */
221 #undef HAVE_SYS_DIR_H
222
223 /* Define to 1 if you have the <sys/mman.h> header file. */
224 #define HAVE_SYS_MMAN_H         1
225
226 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
227    */
228 #undef HAVE_SYS_NDIR_H
229
230 /* Define to 1 if you have the <sys/select.h> header file. */
231 #undef HAVE_SYS_SELECT_H
232
233 /* Define to 1 if you have the <sys/socket.h> header file. */
234 #define HAVE_SYS_SOCKET_H       1
235
236 /* Define to 1 if you have the <sys/stat.h> header file. */
237 #define HAVE_SYS_STAT_H         1
238
239 /* Define to 1 if you have the <sys/timeb.h> header file. */
240 #define HAVE_SYS_TIMEB_H        1
241
242 /* Define to 1 if you have the <sys/time.h> header file. */
243 #define HAVE_SYS_TIME_H 1
244
245 /* Define to 1 if you have the <sys/types.h> header file. */
246 #define HAVE_SYS_TYPES_H        1
247
248 /* Define to 1 if you have the `time' function. */
249 #define HAVE_TIME               1
250
251 /* Define to 1 if you have the <time.h> header file. */
252 #define HAVE_TIME_H             1
253
254 /* Define to 1 if you have the <unistd.h> header file. */
255 #define HAVE_UNISTD_H           1
256
257 /* Whether va_copy() is available */
258 #undef HAVE_VA_COPY
259
260 /* Define to 1 if you have the `vfprintf' function. */
261 #undef HAVE_VFPRINTF                    /* Use trio. */
262
263 /* Define to 1 if you have the `vsnprintf' function. */
264 #undef HAVE_VSNPRINTF                   /* Use trio. */
265
266 /* Define to 1 if you have the `vsprintf' function. */
267 #undef HAVE_VSPRINTF                    /* Use trio. */
268
269 /* Define to 1 if you have the <zlib.h> header file. */
270 /* Actually dependent on the compilation script. */
271 #if @WITH_ZLIB@
272 #define HAVE_ZLIB_H             1
273 #else
274 #undef HAVE_ZLIB_H
275 #endif
276
277 /* Define to 1 if you have the `_stat' function. */
278 #undef HAVE__STAT
279
280 /* Whether __va_copy() is available */
281 #undef HAVE___VA_COPY
282
283 /* Define as const if the declaration of iconv() needs const. */
284 #define ICONV_CONST
285
286 /* Define to the sub-directory in which libtool stores uninstalled libraries.
287    */
288 #undef LT_OBJDIR
289
290 /* Name of package */
291 #define PACKAGE                 "libxml2"
292
293 /* Define to the address where bug reports for this package should be sent. */
294 #define PACKAGE_BUGREPORT       ""
295
296 /* Define to the full name of this package. */
297 #define PACKAGE_NAME            ""
298
299 /* Define to the full name and version of this package. */
300 #define PACKAGE_STRING          ""
301
302 /* Define to the one symbol short name of this package. */
303 #define PACKAGE_TARNAME         ""
304
305 /* Define to the home page for this package. */
306 #define PACKAGE_URL             ""
307
308 /* Define to the version of this package. */
309 #define PACKAGE_VERSION         ""
310
311 /* Define to 1 if you have the ANSI C header files. */
312 #define STDC_HEADERS            1
313
314 /* Support for IPv6 */
315 #define SUPPORT_IP6
316
317 /* Version number of package */
318 #define VERSION                 "@VERSION@"
319
320 /* Determine what socket length (socklen_t) data type is */
321 #define XML_SOCKLEN_T           socklen_t
322
323 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
324    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
325    #define below would cause a syntax error. */
326 #undef _UINT32_T
327
328 /* Using the Win32 Socket implementation */
329 #undef _WINSOCKAPI_
330
331 /* ss_family is not defined here, use __ss_family instead */
332 #undef ss_family
333
334 /* Define to the type of an unsigned integer type of width exactly 32 bits if
335    such a type exists and the standard includes do not define it. */
336 #undef uint32_t
337
338 /* Type cast for the send() function 2nd arg */
339 #define SEND_ARG2_CAST          (char *)
340
341 /* Type cast for the gethostbyname() argument */
342 #define GETHOSTBYNAME_ARG_CAST  (char *)
343
344 /* Define if va_list is an array type */
345 #define VA_LIST_IS_ARRAY        1