Update tag value for tizen 2.0 build
[external/curl.git] / lib / config-os400.h
1 /* ================================================================ */
2 /*    lib/config-os400.h - Hand crafted config file for OS/400      */
3 /* ================================================================ */
4
5 #pragma enum(int)
6
7 #undef PACKAGE
8
9 /* Version number of this archive. */
10 #undef VERSION
11
12 /* Define if you have the getpass function.  */
13 #undef HAVE_GETPASS
14
15 /* Define cpu-machine-OS */
16 #define OS "OS/400"
17
18 /* Define if you have the gethostbyaddr_r() function with 5 arguments */
19 #define HAVE_GETHOSTBYADDR_R_5
20
21 /* Define if you have the gethostbyaddr_r() function with 7 arguments */
22 #undef HAVE_GETHOSTBYADDR_R_7
23
24 /* Define if you have the gethostbyaddr_r() function with 8 arguments */
25 #undef HAVE_GETHOSTBYADDR_R_8
26
27 /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its
28  *  prototype is incompatible with the "standard" one (1st argument is not
29  *  const). However, getaddrinfo() is supported (ASCII version defined as
30  *  a local wrapper in setup-os400.h) in a threadsafe way: we can then
31  *  configure getaddrinfo() as such and get rid of gethostbyname_r() without
32  *  loss of threadsafeness. */
33 #undef HAVE_GETHOSTBYNAME_R
34 #undef HAVE_GETHOSTBYNAME_R_3
35 #undef HAVE_GETHOSTBYNAME_R_5
36 #undef HAVE_GETHOSTBYNAME_R_6
37 #define HAVE_GETADDRINFO
38 #define HAVE_GETADDRINFO_THREADSAFE
39
40 /* Define if you need the _REENTRANT define for some functions */
41 #undef NEED_REENTRANT
42
43 /* Define if you have the Kerberos4 libraries (including -ldes) */
44 #undef HAVE_KRB4
45
46 /* Define if you want to enable IPv6 support */
47 #define ENABLE_IPV6
48
49 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
50 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
51
52 /* Define this to 'int' if ssize_t is not an available typedefed type */
53 #undef ssize_t
54
55 /* Define this as a suitable file to read random data from */
56 #undef RANDOM_FILE
57
58 /* Define this to your Entropy Gathering Daemon socket pathname */
59 #undef EGD_SOCKET
60
61 /* Define to 1 if you have the alarm function. */
62 #define HAVE_ALARM 1
63
64 /* Define if you have the <alloca.h> header file. */
65 #undef HAVE_ALLOCA_H
66
67 /* Define if you have the <arpa/inet.h> header file. */
68 #define HAVE_ARPA_INET_H
69
70 /* Define if you have the `closesocket' function. */
71 #undef HAVE_CLOSESOCKET
72
73 /* Define if you have the <crypto.h> header file. */
74 #undef HAVE_CRYPTO_H
75
76 /* Define if you have the <des.h> header file. */
77 #undef HAVE_DES_H
78
79 /* Define if you have the <err.h> header file. */
80 #undef HAVE_ERR_H
81
82 /* Define if you have the <fcntl.h> header file. */
83 #define HAVE_FCNTL_H
84
85 /* Define if you have the `geteuid' function. */
86 #define HAVE_GETEUID
87
88 /* Define if you have the `gethostbyaddr' function. */
89 #define HAVE_GETHOSTBYADDR
90
91 /* Define if you have the `gethostbyaddr_r' function. */
92 #define HAVE_GETHOSTBYADDR_R
93
94 /* Define if you have the `gethostname' function. */
95 #define HAVE_GETHOSTNAME
96
97 /* Define if you have the <getopt.h> header file. */
98 #undef HAVE_GETOPT_H
99
100 /* Define if you have the `getpass_r' function. */
101 #undef HAVE_GETPASS_R
102
103 /* Define if you have the `getpwuid' function. */
104 #define HAVE_GETPWUID
105
106 /* Define if you have the `getservbyname' function. */
107 #define HAVE_GETSERVBYNAME
108
109 /* Define if you have the `gettimeofday' function. */
110 #define HAVE_GETTIMEOFDAY
111
112 /* Define if you have the `timeval' struct. */
113 #define HAVE_STRUCT_TIMEVAL
114
115 /* Define if you have the `inet_addr' function. */
116 #define HAVE_INET_ADDR
117
118 /* Define if you have the <inttypes.h> header file. */
119 #define HAVE_INTTYPES_H
120
121 /* Define if you have the <io.h> header file. */
122 #undef HAVE_IO_H
123
124 /* Define if you have the `krb_get_our_ip_for_realm' function. */
125 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
126
127 /* Define if you have the <krb.h> header file. */
128 #undef HAVE_KRB_H
129
130 /* Define if you have the `crypto' library (-lcrypto). */
131 #undef HAVE_LIBCRYPTO
132
133 /* Define if you have the `nsl' library (-lnsl). */
134 #undef HAVE_LIBNSL
135
136 /* Define if you have the `resolv' library (-lresolv). */
137 #undef HAVE_LIBRESOLV
138
139 /* Define if you have the `resolve' library (-lresolve). */
140 #undef HAVE_LIBRESOLVE
141
142 /* Define if you have the `socket' library (-lsocket). */
143 #undef HAVE_LIBSOCKET
144
145 /* Define if you have the `ssl' library (-lssl). */
146 #undef HAVE_LIBSSL
147
148 /* Define if you have GSS API. */
149 #define HAVE_GSSAPI
150
151 /* Define if you have the `ucb' library (-lucb). */
152 #undef HAVE_LIBUCB
153
154 /* Define if you have the `localtime_r' function. */
155 #define HAVE_LOCALTIME_R
156
157 /* Define if you have the <malloc.h> header file. */
158 #define HAVE_MALLOC_H
159
160 /* Define if you need the malloc.h header file even with stdlib.h  */
161 /* #define NEED_MALLOC_H 1 */
162
163 /* Define if you have the <memory.h> header file. */
164 #undef HAVE_MEMORY_H
165
166 /* Define if you have the <netdb.h> header file. */
167 #define HAVE_NETDB_H
168
169 /* Define if you have the <netinet/if_ether.h> header file. */
170 #undef HAVE_NETINET_IF_ETHER_H
171
172 /* Define if you have the <netinet/in.h> header file. */
173 #define HAVE_NETINET_IN_H
174
175 /* Define if you have the <net/if.h> header file. */
176 #define HAVE_NET_IF_H
177
178 /* Define if you have the <openssl/crypto.h> header file. */
179 #undef HAVE_OPENSSL_CRYPTO_H
180
181 /* Define if you have the <openssl/err.h> header file. */
182 #undef HAVE_OPENSSL_ERR_H
183
184 /* Define if you have the <openssl/pem.h> header file. */
185 #undef HAVE_OPENSSL_PEM_H
186
187 /* Define if you have the <openssl/rsa.h> header file. */
188 #undef HAVE_OPENSSL_RSA_H
189
190 /* Define if you have the <openssl/ssl.h> header file. */
191 #undef HAVE_OPENSSL_SSL_H
192
193 /* Define if you have the <openssl/x509.h> header file. */
194 #undef HAVE_OPENSSL_X509_H
195
196 /* Define if you have the <pem.h> header file. */
197 #undef HAVE_PEM_H
198
199 /* Define if you have the `perror' function. */
200 #define HAVE_PERROR
201
202 /* Define if you have the <pwd.h> header file. */
203 #define HAVE_PWD_H
204
205 /* Define if you have the `RAND_egd' function. */
206 #undef HAVE_RAND_EGD
207
208 /* Define if you have the `RAND_screen' function. */
209 #undef HAVE_RAND_SCREEN
210
211 /* Define if you have the `RAND_status' function. */
212 #undef HAVE_RAND_STATUS
213
214 /* Define if you have the <rsa.h> header file. */
215 #undef HAVE_RSA_H
216
217 /* Define if you have the `select' function. */
218 #define HAVE_SELECT
219
220 /* Define if you have the `setvbuf' function. */
221 #define HAVE_SETVBUF
222
223 /* Define if you have the <sgtty.h> header file. */
224 #undef HAVE_SGTTY_H
225
226 /* Define if you have the `sigaction' function. */
227 #define HAVE_SIGACTION
228
229 /* Define if you have the `signal' function. */
230 #undef HAVE_SIGNAL
231
232 /* Define if you have the <signal.h> header file. */
233 #define HAVE_SIGNAL_H
234
235 /* Define if sig_atomic_t is an available typedef. */
236 #define HAVE_SIG_ATOMIC_T
237
238 /* Define if sig_atomic_t is already defined as volatile. */
239 #undef HAVE_SIG_ATOMIC_T_VOLATILE
240
241 /* Define if you have the `socket' function. */
242 #define HAVE_SOCKET
243
244 /* Define if you have the <ssl.h> header file. */
245 #undef HAVE_SSL_H
246
247 /* Define if you have the <stdint.h> header file. */
248 #undef HAVE_STDINT_H
249
250 /* Define if you have the <stdlib.h> header file. */
251 #define HAVE_STDLIB_H
252
253 /* Define if you have the `strcasecmp' function. */
254 #undef HAVE_STRCASECMP
255
256 /* Define if you have the `strcmpi' function. */
257 #undef HAVE_STRCMPI
258
259 /* Define if you have the `strdup' function. */
260 #undef HAVE_STRDUP
261
262 /* Define if you have the `strftime' function. */
263 #define HAVE_STRFTIME
264
265 /* Define if you have the `stricmp' function. */
266 #undef HAVE_STRICMP
267
268 /* Define if you have the <strings.h> header file. */
269 #define HAVE_STRINGS_H
270
271 /* Define if you have the <string.h> header file. */
272 #define HAVE_STRING_H
273
274 /* Define if you have the `strlcat' function. */
275 #undef HAVE_STRLCAT
276
277 /* Define if you have the `strlcpy' function. */
278 #undef HAVE_STRLCPY
279
280 /* Define if you have the <stropts.h> header file. */
281 #undef HAVE_STROPTS_H
282
283 /* Define if you have the `strstr' function. */
284 #define HAVE_STRSTR
285
286 /* Define if you have the `strtok_r' function. */
287 #define HAVE_STRTOK_R
288
289 /* Define if you have the `strtoll' function. */
290 #undef HAVE_STRTOLL             /* Allows ASCII compile on V5R1. */
291
292 /* Define if you have the <sys/param.h> header file. */
293 #define HAVE_SYS_PARAM_H
294
295 /* Define if you have the <sys/select.h> header file. */
296 #undef HAVE_SYS_SELECT_H
297
298 /* Define if you have the <sys/socket.h> header file. */
299 #define HAVE_SYS_SOCKET_H
300
301 /* Define if you have the <sys/sockio.h> header file. */
302 #undef HAVE_SYS_SOCKIO_H
303
304 /* Define if you have the <sys/stat.h> header file. */
305 #define HAVE_SYS_STAT_H
306
307 /* Define if you have the <sys/time.h> header file. */
308 #define HAVE_SYS_TIME_H
309
310 /* Define if you have the <sys/types.h> header file. */
311 #define HAVE_SYS_TYPES_H
312
313 /* Define if you have the <sys/un.h> header file. */
314 #define HAVE_SYS_UN_H
315
316 /* Define if you have the <sys/ioctl.h> header file. */
317 #define HAVE_SYS_IOCTL_H
318
319 /* Define if you have the `tcgetattr' function. */
320 #undef HAVE_TCGETATTR
321
322 /* Define if you have the `tcsetattr' function. */
323 #undef HAVE_TCSETATTR
324
325 /* Define if you have the <termios.h> header file. */
326 #undef HAVE_TERMIOS_H
327
328 /* Define if you have the <termio.h> header file. */
329 #undef HAVE_TERMIO_H
330
331 /* Define if you have the <time.h> header file. */
332 #define HAVE_TIME_H
333
334 /* Define if you have the `uname' function. */
335 #undef HAVE_UNAME
336
337 /* Define if you have the <unistd.h> header file. */
338 #define HAVE_UNISTD_H
339
340 /* Define if you have the <winsock.h> header file. */
341 #undef HAVE_WINSOCK_H
342
343 /* Define if you have the <x509.h> header file. */
344 #undef HAVE_X509_H
345
346 /* Name of package */
347 #undef PACKAGE
348
349 /* Define as the return type of signal handlers (`int' or `void'). */
350 #define RETSIGTYPE void
351
352 /* The size of `int', as computed by sizeof. */
353 #define SIZEOF_INT              4
354
355 /* The size of a `long double', as computed by sizeof. */
356 #define SIZEOF_LONG_DOUBLE      8
357
358 /* Define if the compiler supports the 'long long' data type. */
359 #define HAVE_LONGLONG
360
361 /* The size of a `long long', as computed by sizeof. */
362 #define SIZEOF_LONG_LONG        8
363
364 /* The size of `short', as computed by sizeof. */
365 #define SIZEOF_SHORT            2
366
367 /* The size of `size_t', as computed by sizeof. */
368 #define SIZEOF_SIZE_T           8
369
370 /* Whether long long constants must be suffixed by LL. */
371
372 #define HAVE_LL
373
374 /* Define this if you have struct sockaddr_storage */
375 #define HAVE_STRUCT_SOCKADDR_STORAGE
376
377 /* Define if you have the ANSI C header files. */
378 #define STDC_HEADERS
379
380 /* Define if you can safely include both <sys/time.h> and <time.h>. */
381 #define TIME_WITH_SYS_TIME
382
383 /* Version number of package */
384 #undef VERSION
385
386 /* Number of bits in a file offset, on hosts where this is settable. */
387 #undef _FILE_OFFSET_BITS
388
389 /* Define for large files, on AIX-style hosts. */
390 #define _LARGE_FILES
391
392 /* Define to empty if `const' does not conform to ANSI C. */
393 #undef const
394
395 /* type to use in place of in_addr_t if not defined */
396 #define in_addr_t       unsigned long
397
398 /* Define to `unsigned' if <sys/types.h> does not define. */
399 #undef size_t
400
401 /* Define if you have the ioctl function. */
402 #define HAVE_IOCTL
403
404 /* Define if you have a working ioctl FIONBIO function. */
405 #define HAVE_IOCTL_FIONBIO
406
407 /* Define if you have a working ioctl SIOCGIFADDR function. */
408 #define HAVE_IOCTL_SIOCGIFADDR
409
410 /* To disable LDAP */
411 #undef CURL_DISABLE_LDAP
412
413 /* To avoid external use of library hidden symbols */
414 #define CURL_HIDDEN_SYMBOLS
415
416 /* External symbols need no special keyword. */
417 #define CURL_EXTERN_SYMBOL
418
419 /* Define if you have the ldap_url_parse procedure. */
420 /* #define HAVE_LDAP_URL_PARSE */    /* Disabled because of an IBM bug. */
421
422 /* Define if you have the getnameinfo function. */
423 /* OS400 has no ASCII version of this procedure: wrapped in setup-os400.h. */
424 #define HAVE_GETNAMEINFO
425
426 /* Define to the type qualifier of arg 1 for getnameinfo. */
427 #define GETNAMEINFO_QUAL_ARG1 const
428
429 /* Define to the type of arg 1 for getnameinfo. */
430 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
431
432 /* Define to the type of arg 2 for getnameinfo. */
433 #define GETNAMEINFO_TYPE_ARG2 socklen_t
434
435 /* Define to the type of args 4 and 6 for getnameinfo. */
436 #define GETNAMEINFO_TYPE_ARG46 socklen_t
437
438 /* Define to the type of arg 7 for getnameinfo. */
439 #define GETNAMEINFO_TYPE_ARG7 int
440
441 /* Define if you have the recv function. */
442 #define HAVE_RECV
443
444 /* Define to the type of arg 1 for recv. */
445 #define RECV_TYPE_ARG1 int
446
447 /* Define to the type of arg 2 for recv. */
448 #define RECV_TYPE_ARG2 char *
449
450 /* Define to the type of arg 3 for recv. */
451 #define RECV_TYPE_ARG3 int
452
453 /* Define to the type of arg 4 for recv. */
454 #define RECV_TYPE_ARG4 int
455
456 /* Define to the function return type for recv. */
457 #define RECV_TYPE_RETV int
458
459 /* Define if you have the recvfrom function. */
460 #define HAVE_RECVFROM
461
462 /* Define to the type of arg 1 for recvfrom. */
463 #define RECVFROM_TYPE_ARG1 int
464
465 /* Define to the type pointed by arg 2 for recvfrom. */
466 #define RECVFROM_TYPE_ARG2 char
467
468 /* Define to the type of arg 3 for recvfrom. */
469 #define RECVFROM_TYPE_ARG3 int
470
471 /* Define to the type of arg 4 for recvfrom. */
472 #define RECVFROM_TYPE_ARG4 int
473
474 /* Define to the type pointed by arg 5 for recvfrom. */
475 #define RECVFROM_TYPE_ARG5 struct sockaddr
476
477 /* Define to the type pointed by arg 6 for recvfrom. */
478 #define RECVFROM_TYPE_ARG6 int
479
480 /* Define to the function return type for recvfrom. */
481 #define RECVFROM_TYPE_RETV int
482
483 /* Define if you have the send function. */
484 #define HAVE_SEND
485
486 /* Define to the type of arg 1 for send. */
487 #define SEND_TYPE_ARG1 int
488
489 /* Define to the type qualifier of arg 2 for send. */
490 #define SEND_QUAL_ARG2
491
492 /* Define to the type of arg 2 for send. */
493 #define SEND_TYPE_ARG2 char *
494
495 /* Define to the type of arg 3 for send. */
496 #define SEND_TYPE_ARG3 int
497
498 /* Define to the type of arg 4 for send. */
499 #define SEND_TYPE_ARG4 int
500
501 /* Define to the function return type for send. */
502 #define SEND_TYPE_RETV int
503
504 /* Define to use the QsoSSL package. */
505 #define USE_QSOSSL
506
507 /* Use the system keyring as the default CA bundle. */
508 #define CURL_CA_BUNDLE  "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB"
509
510 /* ---------------------------------------------------------------- */
511 /*                       ADDITIONAL DEFINITIONS                     */
512 /* ---------------------------------------------------------------- */
513
514 /* The following must be defined BEFORE system header files inclusion. */
515
516 #define __ptr128                       /* No teraspace. */
517 #define qadrt_use_fputc_inline         /* Generate fputc() wrapper inline. */
518 #define qadrt_use_fread_inline         /* Generate fread() wrapper inline. */
519 #define qadrt_use_fwrite_inline        /* Generate fwrite() wrapper inline. */
520