1/** 2*** Configuration parameters for the OS/400 implementation. 3*** 4*** See Copyright for the status of this software. 5*** 6*** Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A. 7**/ 8 9/* Define to 1 if you have the <arpa/inet.h> header file. */ 10#define HAVE_ARPA_INET_H 1 11 12/* Define to 1 if you have the <arpa/nameser.h> header file. */ 13#define HAVE_ARPA_NAMESER_H 1 14 15/* Whether struct sockaddr::__ss_family exists */ 16#undef HAVE_BROKEN_SS_FAMILY 17 18/* Define to 1 if you have the <ctype.h> header file. */ 19#define HAVE_CTYPE_H 1 20 21/* Define to 1 if you have the <dlfcn.h> header file. */ 22#define HAVE_DLFCN_H 1 /* Locally emulated. */ 23 24/* Have dlopen based dso */ 25#define HAVE_DLOPEN 1 /* Locally emulated. */ 26 27/* Define to 1 if you have the <dl.h> header file. */ 28#undef HAVE_DL_H 29 30/* Define to 1 if you have the <errno.h> header file. */ 31#define HAVE_ERRNO_H 1 32 33/* Define to 1 if you have the <fcntl.h> header file. */ 34#define HAVE_FCNTL_H 1 35 36/* Define to 1 if you have the <float.h> header file. */ 37#define HAVE_FLOAT_H 1 38 39/* Define to 1 if you have the `fprintf' function. */ 40#undef HAVE_FPRINTF /* Use trio. */ 41 42/* Define to 1 if you have the `ftime' function. */ 43#undef HAVE_FTIME 44 45/* Define if getaddrinfo is there */ 46#define HAVE_GETADDRINFO 1 47 48/* Define to 1 if you have the `gettimeofday' function. */ 49#undef HAVE_GETTIMEOFDAY 50 51/* Define to 1 if you have the <inttypes.h> header file. */ 52#define HAVE_INTTYPES_H 1 53 54/* Define to 1 if you have the `isascii' function. */ 55#define HAVE_ISASCII 1 56 57/* Define if history library is there (-lhistory) */ 58#undef HAVE_LIBHISTORY 59 60/* Define if readline library is there (-lreadline) */ 61#undef HAVE_LIBREADLINE 62 63/* Define to 1 if you have the <limits.h> header file. */ 64#define HAVE_LIMITS_H 1 65 66/* Define to 1 if you have the `localtime' function. */ 67#define HAVE_LOCALTIME 1 68 69/* Define to 1 if you have the <malloc.h> header file. */ 70#undef HAVE_MALLOC_H 71 72/* Define to 1 if you have the <math.h> header file. */ 73#define HAVE_MATH_H 1 74 75/* Define to 1 if you have the `mmap' function. */ 76#undef HAVE_MMAP 77 78/* Define to 1 if you have the `munmap' function. */ 79#undef HAVE_MUNMAP 80 81/* mmap() is no good without munmap() */ 82#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 83# undef /**/ HAVE_MMAP 84#endif 85 86/* Define to 1 if you have the <netdb.h> header file. */ 87#define HAVE_NETDB_H 1 88 89/* Define to 1 if you have the <netinet/in.h> header file. */ 90#define HAVE_NETINET_IN_H 1 91 92/* Define to 1 if you have the <poll.h> header file. */ 93#undef HAVE_POLL_H 94 95/* Define to 1 if you have the `printf' function. */ 96#undef HAVE_PRINTF /* Use trio. */ 97 98/* Define to 1 if you have the `vprintf' function. */ 99#undef HAVE_VPRINTF /* Use trio. */ 100 101/* Define if <pthread.h> is there */ 102#define HAVE_PTHREAD_H 1 103 104/* Define to 1 if you have the `putenv' function. */ 105#define HAVE_PUTENV 1 106 107/* Define to 1 if you have the `rand' function. */ 108#define HAVE_RAND 1 109 110/* Define to 1 if you have the `rand_r' function. */ 111#define HAVE_RAND_R 1 112 113/* Define to 1 if you have the <resolv.h> header file. */ 114#define HAVE_RESOLV_H 1 115 116/* Have shl_load based dso */ 117#undef HAVE_SHLLOAD 118 119/* Define to 1 if you have the <signal.h> header file. */ 120#define HAVE_SIGNAL_H 1 121 122/* Define to 1 if you have the `snprintf' function. */ 123#undef HAVE_SNPRINTF /* Use trio. */ 124 125/* Define to 1 if you have the `sprintf' function. */ 126#undef HAVE_SPRINTF /* Use trio. */ 127 128/* Define to 1 if you have the `srand' function. */ 129#define HAVE_SRAND 1 130 131/* Define to 1 if you have the `scanf' function. */ 132#undef HAVE_SCANF /* Use trio. */ 133 134/* Define to 1 if you have the `fscanf' function. */ 135#undef HAVE_FSCANF /* Use trio. */ 136 137/* Define to 1 if you have the `sscanf' function. */ 138#undef HAVE_SSCANF /* Use trio. */ 139 140/* Define to 1 if you have the `stat' function. */ 141#define HAVE_STAT 1 142 143/* Define to 1 if you have the <stdarg.h> header file. */ 144#define HAVE_STDARG_H 1 /* Overloaded */ 145 146/* Define to 1 if you have the <stdint.h> header file. */ 147#define HAVE_STDINT_H 1 148 149/* Define to 1 if you have the <stdlib.h> header file. */ 150#define HAVE_STDLIB_H 1 151 152/* Define to 1 if you have the `strftime' function. */ 153#define HAVE_STRFTIME 1 154 155/* Define to 1 if you have the <strings.h> header file. */ 156#define HAVE_STRINGS_H 1 157 158/* Define to 1 if you have the <string.h> header file. */ 159#define HAVE_STRING_H 1 160 161/* Define to 1 if you have the <sys/mman.h> header file. */ 162#define HAVE_SYS_MMAN_H 1 163 164/* Define to 1 if you have the <sys/select.h> header file. */ 165#undef HAVE_SYS_SELECT_H 166 167/* Define to 1 if you have the <sys/socket.h> header file. */ 168#define HAVE_SYS_SOCKET_H 1 169 170/* Define to 1 if you have the <sys/stat.h> header file. */ 171#define HAVE_SYS_STAT_H 1 172 173/* Define to 1 if you have the <sys/timeb.h> header file. */ 174#define HAVE_SYS_TIMEB_H 1 175 176/* Define to 1 if you have the <sys/time.h> header file. */ 177#define HAVE_SYS_TIME_H 1 178 179/* Define to 1 if you have the <sys/types.h> header file. */ 180#define HAVE_SYS_TYPES_H 1 181 182/* Define to 1 if you have the `time' function. */ 183#define HAVE_TIME 1 184 185/* Define to 1 if you have the <time.h> header file. */ 186#define HAVE_TIME_H 1 187 188/* Define to 1 if you have the <unistd.h> header file. */ 189#define HAVE_UNISTD_H 1 190 191/* Whether va_copy() is available */ 192#undef HAVE_VA_COPY 193 194/* Define to 1 if you have the `vfprintf' function. */ 195#undef HAVE_VFPRINTF /* Use trio. */ 196 197/* Define to 1 if you have the `vsnprintf' function. */ 198#undef HAVE_VSNPRINTF /* Use trio. */ 199 200/* Define to 1 if you have the `vsprintf' function. */ 201#undef HAVE_VSPRINTF /* Use trio. */ 202 203/* Whether __va_copy() is available */ 204#undef HAVE___VA_COPY 205 206/* Define as const if the declaration of iconv() needs const. */ 207#define ICONV_CONST 208 209/* Define to the sub-directory in which libtool stores uninstalled libraries. 210 */ 211#undef LT_OBJDIR 212 213/* Name of package */ 214#define PACKAGE "libxml2" 215 216/* Define to the address where bug reports for this package should be sent. */ 217#define PACKAGE_BUGREPORT "" 218 219/* Define to the full name of this package. */ 220#define PACKAGE_NAME "" 221 222/* Define to the full name and version of this package. */ 223#define PACKAGE_STRING "" 224 225/* Define to the one symbol short name of this package. */ 226#define PACKAGE_TARNAME "" 227 228/* Define to the home page for this package. */ 229#define PACKAGE_URL "" 230 231/* Define to the version of this package. */ 232#define PACKAGE_VERSION "" 233 234/* Define to 1 if you have the ANSI C header files. */ 235#define STDC_HEADERS 1 236 237/* Support for IPv6 */ 238#define SUPPORT_IP6 239 240/* Version number of package */ 241#define VERSION "@VERSION@" 242 243/* Determine what socket length (socklen_t) data type is */ 244#define XML_SOCKLEN_T socklen_t 245 246/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 247 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 248 #define below would cause a syntax error. */ 249#undef _UINT32_T 250 251/* ss_family is not defined here, use __ss_family instead */ 252#undef ss_family 253 254/* Define to the type of an unsigned integer type of width exactly 32 bits if 255 such a type exists and the standard includes do not define it. */ 256#undef uint32_t 257 258/* Type cast for the send() function 2nd arg */ 259#define SEND_ARG2_CAST (char *) 260 261/* Type cast for the gethostbyname() argument */ 262#define GETHOSTBYNAME_ARG_CAST (char *) 263 264/* Define if va_list is an array type */ 265#define VA_LIST_IS_ARRAY 1 266