~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/config-os400.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* Define if you have the gethostbyname_r() function with 6 arguments */
34
34
#undef HAVE_GETHOSTBYNAME_R_6
35
35
 
36
 
/* Define if you have the inet_ntoa_r function declared. */
37
 
#define HAVE_INET_NTOA_R_DECL
38
 
 
39
 
/* Define if the inet_ntoa_r function returns an int. */
40
 
#define HAVE_INT_INET_NTOA_R
41
 
 
42
36
/* Define if you need the _REENTRANT define for some functions */
43
37
#undef NEED_REENTRANT
44
38
 
48
42
/* Define if you want to enable IPv6 support */
49
43
#define ENABLE_IPV6
50
44
 
 
45
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
 
46
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
 
47
 
51
48
/* Define this to 'int' if ssize_t is not an available typedefed type */
52
49
#undef ssize_t
53
50
 
63
60
/* Set to explicitly specify we don't want to use thread-safe functions */
64
61
#undef DISABLED_THREADSAFE
65
62
 
 
63
/* Define to 1 if you have the alarm function. */
 
64
#define HAVE_ALARM 1
 
65
 
66
66
/* Define if you have the <alloca.h> header file. */
67
67
#undef HAVE_ALLOCA_H
68
68
 
85
85
#define HAVE_FCNTL_H
86
86
 
87
87
/* Define if getaddrinfo exists and works */
88
 
/* OS400 has no ASCII version of this procedure. */
89
 
#undef HAVE_GETADDRINFO
 
88
/* OS400 has no ASCII version of this procedure: wrapped in setup-os400.h. */
 
89
#define HAVE_GETADDRINFO
90
90
 
91
91
/* Define if you have the `geteuid' function. */
92
92
#define HAVE_GETEUID
124
124
/* Define if you have the `inet_addr' function. */
125
125
#define HAVE_INET_ADDR
126
126
 
127
 
/* Define if you have the `inet_ntoa' function. */
128
 
#define HAVE_INET_NTOA
129
 
 
130
 
/* Define if you have the `inet_ntoa_r' function. */
131
 
#define HAVE_INET_NTOA_R
132
 
 
133
127
/* Define if you have the <inttypes.h> header file. */
134
128
#define HAVE_INTTYPES_H
135
129
 
292
286
/* Define if you have the `strlcpy' function. */
293
287
#undef HAVE_STRLCPY
294
288
 
 
289
/* Define if you have the <stropts.h> header file. */
 
290
#undef HAVE_STROPTS_H
 
291
 
295
292
/* Define if you have the `strstr' function. */
296
293
#define HAVE_STRSTR
297
294
 
364
361
/* The size of a `long double', as computed by sizeof. */
365
362
#define SIZEOF_LONG_DOUBLE      8
366
363
 
367
 
/* Define if 64 bit integers are supported. */
 
364
/* Define if the compiler supports the 'long long' data type. */
368
365
#define HAVE_LONGLONG
369
366
 
370
367
/* The size of a `long long', as computed by sizeof. */
374
371
 
375
372
#define HAVE_LL
376
373
 
377
 
/* The size of `curl_off_t', as computed by sizeof. */
378
 
 
379
 
#ifndef _LARGE_FILES
380
 
#define _LARGE_FILES
381
 
#endif
382
 
 
383
 
#define SIZEOF_CURL_OFF_T 8
384
 
 
385
374
/* Define this if you have struct sockaddr_storage */
386
375
#define HAVE_STRUCT_SOCKADDR_STORAGE
387
376
 
398
387
#undef _FILE_OFFSET_BITS
399
388
 
400
389
/* Define for large files, on AIX-style hosts. */
401
 
#undef _LARGE_FILES
 
390
#define _LARGE_FILES
402
391
 
403
392
/* Define to empty if `const' does not conform to ANSI C. */
404
393
#undef const
409
398
/* Define to `unsigned' if <sys/types.h> does not define. */
410
399
#undef size_t
411
400
 
412
 
#define IOCTL_3_ARGS
413
 
 
414
 
#define HAVE_FIONBIO
415
 
 
416
 
/* to disable LDAP */
 
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 */
417
411
#undef CURL_DISABLE_LDAP
418
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
419
/* Define if you have the ldap_url_parse procedure. */
420
420
/* #define HAVE_LDAP_URL_PARSE */    /* Disabled because of an IBM bug. */
421
421
 
422
422
/* Define if you have the getnameinfo function. */
423
 
/* OS400 has no ASCII version of this procedure. */
424
 
#undef HAVE_GETNAMEINFO
 
423
/* OS400 has no ASCII version of this procedure: wrapped in setup-os400.h. */
 
424
#define HAVE_GETNAMEINFO
425
425
 
426
426
/* Define to the type qualifier of arg 1 for getnameinfo. */
427
427
#define GETNAMEINFO_QUAL_ARG1 const
456
456
/* Define to the function return type for recv. */
457
457
#define RECV_TYPE_RETV int
458
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
 
459
483
/* Define if you have the send function. */
460
484
#define HAVE_SEND
461
485
 
482
506
 
483
507
/* Use the system keyring as the default CA bundle. */
484
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