xref: /aosp_15_r20/external/libxml2/os400/os400config.h.in (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker/**
2*7c568831SAndroid Build Coastguard Worker***     Configuration parameters for the OS/400 implementation.
3*7c568831SAndroid Build Coastguard Worker***
4*7c568831SAndroid Build Coastguard Worker***     See Copyright for the status of this software.
5*7c568831SAndroid Build Coastguard Worker***
6*7c568831SAndroid Build Coastguard Worker***     Author: Patrick Monnerat <[email protected]>, DATASPHERE S.A.
7*7c568831SAndroid Build Coastguard Worker**/
8*7c568831SAndroid Build Coastguard Worker
9*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <arpa/inet.h> header file. */
10*7c568831SAndroid Build Coastguard Worker#define HAVE_ARPA_INET_H        1
11*7c568831SAndroid Build Coastguard Worker
12*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <arpa/nameser.h> header file. */
13*7c568831SAndroid Build Coastguard Worker#define HAVE_ARPA_NAMESER_H     1
14*7c568831SAndroid Build Coastguard Worker
15*7c568831SAndroid Build Coastguard Worker/* Whether struct sockaddr::__ss_family exists */
16*7c568831SAndroid Build Coastguard Worker#undef HAVE_BROKEN_SS_FAMILY
17*7c568831SAndroid Build Coastguard Worker
18*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <dlfcn.h> header file. */
19*7c568831SAndroid Build Coastguard Worker#define HAVE_DLFCN_H            1       /* Locally emulated. */
20*7c568831SAndroid Build Coastguard Worker
21*7c568831SAndroid Build Coastguard Worker/* Have dlopen based dso */
22*7c568831SAndroid Build Coastguard Worker#define HAVE_DLOPEN             1       /* Locally emulated. */
23*7c568831SAndroid Build Coastguard Worker
24*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <dl.h> header file. */
25*7c568831SAndroid Build Coastguard Worker#undef HAVE_DL_H
26*7c568831SAndroid Build Coastguard Worker
27*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <fcntl.h> header file. */
28*7c568831SAndroid Build Coastguard Worker#define HAVE_FCNTL_H            1
29*7c568831SAndroid Build Coastguard Worker
30*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `ftime' function. */
31*7c568831SAndroid Build Coastguard Worker#undef HAVE_FTIME
32*7c568831SAndroid Build Coastguard Worker
33*7c568831SAndroid Build Coastguard Worker/* Define if getaddrinfo is there */
34*7c568831SAndroid Build Coastguard Worker#define HAVE_GETADDRINFO        1
35*7c568831SAndroid Build Coastguard Worker
36*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `gettimeofday' function. */
37*7c568831SAndroid Build Coastguard Worker#undef HAVE_GETTIMEOFDAY
38*7c568831SAndroid Build Coastguard Worker
39*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <inttypes.h> header file. */
40*7c568831SAndroid Build Coastguard Worker#define HAVE_INTTYPES_H         1
41*7c568831SAndroid Build Coastguard Worker
42*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `isascii' function. */
43*7c568831SAndroid Build Coastguard Worker#define HAVE_ISASCII            1
44*7c568831SAndroid Build Coastguard Worker
45*7c568831SAndroid Build Coastguard Worker/* Define if history library is there (-lhistory) */
46*7c568831SAndroid Build Coastguard Worker#undef HAVE_LIBHISTORY
47*7c568831SAndroid Build Coastguard Worker
48*7c568831SAndroid Build Coastguard Worker/* Define if readline library is there (-lreadline) */
49*7c568831SAndroid Build Coastguard Worker#undef HAVE_LIBREADLINE
50*7c568831SAndroid Build Coastguard Worker
51*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `mmap' function. */
52*7c568831SAndroid Build Coastguard Worker#undef HAVE_MMAP
53*7c568831SAndroid Build Coastguard Worker
54*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `munmap' function. */
55*7c568831SAndroid Build Coastguard Worker#undef HAVE_MUNMAP
56*7c568831SAndroid Build Coastguard Worker
57*7c568831SAndroid Build Coastguard Worker/* mmap() is no good without munmap() */
58*7c568831SAndroid Build Coastguard Worker#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
59*7c568831SAndroid Build Coastguard Worker#  undef /**/ HAVE_MMAP
60*7c568831SAndroid Build Coastguard Worker#endif
61*7c568831SAndroid Build Coastguard Worker
62*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <netdb.h> header file. */
63*7c568831SAndroid Build Coastguard Worker#define HAVE_NETDB_H            1
64*7c568831SAndroid Build Coastguard Worker
65*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <netinet/in.h> header file. */
66*7c568831SAndroid Build Coastguard Worker#define HAVE_NETINET_IN_H       1
67*7c568831SAndroid Build Coastguard Worker
68*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <poll.h> header file. */
69*7c568831SAndroid Build Coastguard Worker#undef HAVE_POLL_H
70*7c568831SAndroid Build Coastguard Worker
71*7c568831SAndroid Build Coastguard Worker/* Define if <pthread.h> is there */
72*7c568831SAndroid Build Coastguard Worker#define HAVE_PTHREAD_H          1
73*7c568831SAndroid Build Coastguard Worker
74*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `putenv' function. */
75*7c568831SAndroid Build Coastguard Worker#define HAVE_PUTENV             1
76*7c568831SAndroid Build Coastguard Worker
77*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `rand_r' function. */
78*7c568831SAndroid Build Coastguard Worker#define HAVE_RAND_R             1
79*7c568831SAndroid Build Coastguard Worker
80*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <resolv.h> header file. */
81*7c568831SAndroid Build Coastguard Worker#define HAVE_RESOLV_H           1
82*7c568831SAndroid Build Coastguard Worker
83*7c568831SAndroid Build Coastguard Worker/* Have shl_load based dso */
84*7c568831SAndroid Build Coastguard Worker#undef HAVE_SHLLOAD
85*7c568831SAndroid Build Coastguard Worker
86*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the `stat' function. */
87*7c568831SAndroid Build Coastguard Worker#define HAVE_STAT               1
88*7c568831SAndroid Build Coastguard Worker
89*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <stdint.h> header file. */
90*7c568831SAndroid Build Coastguard Worker#define HAVE_STDINT_H           1
91*7c568831SAndroid Build Coastguard Worker
92*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/mman.h> header file. */
93*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_MMAN_H         1
94*7c568831SAndroid Build Coastguard Worker
95*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/select.h> header file. */
96*7c568831SAndroid Build Coastguard Worker#undef HAVE_SYS_SELECT_H
97*7c568831SAndroid Build Coastguard Worker
98*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/socket.h> header file. */
99*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_SOCKET_H       1
100*7c568831SAndroid Build Coastguard Worker
101*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/stat.h> header file. */
102*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_STAT_H         1
103*7c568831SAndroid Build Coastguard Worker
104*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/timeb.h> header file. */
105*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_TIMEB_H        1
106*7c568831SAndroid Build Coastguard Worker
107*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/time.h> header file. */
108*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_TIME_H 1
109*7c568831SAndroid Build Coastguard Worker
110*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <sys/types.h> header file. */
111*7c568831SAndroid Build Coastguard Worker#define HAVE_SYS_TYPES_H        1
112*7c568831SAndroid Build Coastguard Worker
113*7c568831SAndroid Build Coastguard Worker/* Define to 1 if you have the <unistd.h> header file. */
114*7c568831SAndroid Build Coastguard Worker#define HAVE_UNISTD_H           1
115*7c568831SAndroid Build Coastguard Worker
116*7c568831SAndroid Build Coastguard Worker/* Whether va_copy() is available */
117*7c568831SAndroid Build Coastguard Worker#undef HAVE_VA_COPY
118*7c568831SAndroid Build Coastguard Worker
119*7c568831SAndroid Build Coastguard Worker/* Whether __va_copy() is available */
120*7c568831SAndroid Build Coastguard Worker#undef HAVE___VA_COPY
121*7c568831SAndroid Build Coastguard Worker
122*7c568831SAndroid Build Coastguard Worker/* Define to the sub-directory in which libtool stores uninstalled libraries.
123*7c568831SAndroid Build Coastguard Worker   */
124*7c568831SAndroid Build Coastguard Worker#undef LT_OBJDIR
125*7c568831SAndroid Build Coastguard Worker
126*7c568831SAndroid Build Coastguard Worker/* Name of package */
127*7c568831SAndroid Build Coastguard Worker#define PACKAGE                 "libxml2"
128*7c568831SAndroid Build Coastguard Worker
129*7c568831SAndroid Build Coastguard Worker/* Define to the address where bug reports for this package should be sent. */
130*7c568831SAndroid Build Coastguard Worker#define PACKAGE_BUGREPORT       ""
131*7c568831SAndroid Build Coastguard Worker
132*7c568831SAndroid Build Coastguard Worker/* Define to the full name of this package. */
133*7c568831SAndroid Build Coastguard Worker#define PACKAGE_NAME            ""
134*7c568831SAndroid Build Coastguard Worker
135*7c568831SAndroid Build Coastguard Worker/* Define to the full name and version of this package. */
136*7c568831SAndroid Build Coastguard Worker#define PACKAGE_STRING          ""
137*7c568831SAndroid Build Coastguard Worker
138*7c568831SAndroid Build Coastguard Worker/* Define to the one symbol short name of this package. */
139*7c568831SAndroid Build Coastguard Worker#define PACKAGE_TARNAME         ""
140*7c568831SAndroid Build Coastguard Worker
141*7c568831SAndroid Build Coastguard Worker/* Define to the home page for this package. */
142*7c568831SAndroid Build Coastguard Worker#define PACKAGE_URL             ""
143*7c568831SAndroid Build Coastguard Worker
144*7c568831SAndroid Build Coastguard Worker/* Define to the version of this package. */
145*7c568831SAndroid Build Coastguard Worker#define PACKAGE_VERSION         ""
146*7c568831SAndroid Build Coastguard Worker
147*7c568831SAndroid Build Coastguard Worker/* Support for IPv6 */
148*7c568831SAndroid Build Coastguard Worker#define SUPPORT_IP6
149*7c568831SAndroid Build Coastguard Worker
150*7c568831SAndroid Build Coastguard Worker/* Version number of package */
151*7c568831SAndroid Build Coastguard Worker#define VERSION                 "@VERSION@"
152*7c568831SAndroid Build Coastguard Worker
153*7c568831SAndroid Build Coastguard Worker/* Determine what socket length (socklen_t) data type is */
154*7c568831SAndroid Build Coastguard Worker#define XML_SOCKLEN_T           socklen_t
155*7c568831SAndroid Build Coastguard Worker
156*7c568831SAndroid Build Coastguard Worker/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
157*7c568831SAndroid Build Coastguard Worker   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
158*7c568831SAndroid Build Coastguard Worker   #define below would cause a syntax error. */
159*7c568831SAndroid Build Coastguard Worker#undef _UINT32_T
160*7c568831SAndroid Build Coastguard Worker
161*7c568831SAndroid Build Coastguard Worker/* ss_family is not defined here, use __ss_family instead */
162*7c568831SAndroid Build Coastguard Worker#undef ss_family
163*7c568831SAndroid Build Coastguard Worker
164*7c568831SAndroid Build Coastguard Worker/* Define to the type of an unsigned integer type of width exactly 32 bits if
165*7c568831SAndroid Build Coastguard Worker   such a type exists and the standard includes do not define it. */
166*7c568831SAndroid Build Coastguard Worker#undef uint32_t
167*7c568831SAndroid Build Coastguard Worker
168*7c568831SAndroid Build Coastguard Worker/* Type cast for the send() function 2nd arg */
169*7c568831SAndroid Build Coastguard Worker#define SEND_ARG2_CAST          (char *)
170*7c568831SAndroid Build Coastguard Worker
171*7c568831SAndroid Build Coastguard Worker/* Type cast for the gethostbyname() argument */
172*7c568831SAndroid Build Coastguard Worker#define GETHOSTBYNAME_ARG_CAST  (char *)
173*7c568831SAndroid Build Coastguard Worker
174*7c568831SAndroid Build Coastguard Worker/* Define if va_list is an array type */
175*7c568831SAndroid Build Coastguard Worker#define VA_LIST_IS_ARRAY        1
176