Blame os400/os400config.h.in

Packit 423ecb
/**
Packit 423ecb
***     Configuration parameters for the OS/400 implementation.
Packit 423ecb
***
Packit 423ecb
***     See Copyright for the status of this software.
Packit 423ecb
***
Packit 423ecb
***     Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
Packit 423ecb
**/
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <ansidecl.h> header file. */
Packit 423ecb
#undef HAVE_ANSIDECL_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <arpa/inet.h> header file. */
Packit 423ecb
#define HAVE_ARPA_INET_H        1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <arpa/nameser.h> header file. */
Packit 423ecb
#define HAVE_ARPA_NAMESER_H     1
Packit 423ecb
Packit 423ecb
/* Whether struct sockaddr::__ss_family exists */
Packit 423ecb
#undef HAVE_BROKEN_SS_FAMILY
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `class' function. */
Packit 423ecb
#undef HAVE_CLASS
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <ctype.h> header file. */
Packit 423ecb
#define HAVE_CTYPE_H            1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <dirent.h> header file. */
Packit 423ecb
#define HAVE_DIRENT_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 423ecb
#define HAVE_DLFCN_H            1       /* Locally emulated. */
Packit 423ecb
Packit 423ecb
/* Have dlopen based dso */
Packit 423ecb
#define HAVE_DLOPEN             1       /* Locally emulated. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <dl.h> header file. */
Packit 423ecb
#undef HAVE_DL_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <errno.h> header file. */
Packit 423ecb
#define HAVE_ERRNO_H            1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 423ecb
#define HAVE_FCNTL_H            1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `finite' function. */
Packit 423ecb
#undef HAVE_FINITE
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <float.h> header file. */
Packit 423ecb
#define HAVE_FLOAT_H            1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `fpclass' function. */
Packit 423ecb
#undef HAVE_FPCLASS
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `fprintf' function. */
Packit 423ecb
#undef HAVE_FPRINTF                     /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `fp_class' function. */
Packit 423ecb
#undef HAVE_FP_CLASS
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <fp_class.h> header file. */
Packit 423ecb
#undef HAVE_FP_CLASS_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `ftime' function. */
Packit 423ecb
#undef HAVE_FTIME
Packit 423ecb
Packit 423ecb
/* Define if getaddrinfo is there */
Packit 423ecb
#define HAVE_GETADDRINFO        1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `gettimeofday' function. */
Packit 423ecb
#undef HAVE_GETTIMEOFDAY
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <ieeefp.h> header file. */
Packit 423ecb
#undef HAVE_IEEEFP_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 423ecb
#define HAVE_INTTYPES_H         1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `isascii' function. */
Packit 423ecb
#define HAVE_ISASCII            1
Packit 423ecb
Packit 423ecb
/* Define if isinf is there */
Packit 423ecb
#undef HAVE_ISINF
Packit 423ecb
Packit 423ecb
/* Define if isnan is there */
Packit 423ecb
#undef HAVE_ISNAN
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `isnand' function. */
Packit 423ecb
#undef HAVE_ISNAND
Packit 423ecb
Packit 423ecb
/* Define if history library is there (-lhistory) */
Packit 423ecb
#undef HAVE_LIBHISTORY
Packit 423ecb
Packit 423ecb
/* Have compression library */
Packit 423ecb
#undef HAVE_LIBLZMA
Packit 423ecb
Packit 423ecb
/* Define if pthread library is there (-lpthread) */
Packit 423ecb
#undef HAVE_LIBPTHREAD
Packit 423ecb
Packit 423ecb
/* Define if readline library is there (-lreadline) */
Packit 423ecb
#undef HAVE_LIBREADLINE
Packit 423ecb
Packit 423ecb
/* Have compression library */
Packit 423ecb
#undef HAVE_LIBZ
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <limits.h> header file. */
Packit 423ecb
#define HAVE_LIMITS_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `localtime' function. */
Packit 423ecb
#define HAVE_LOCALTIME          1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <lzma.h> header file. */
Packit 423ecb
#undef HAVE_LZMA_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <malloc.h> header file. */
Packit 423ecb
#undef HAVE_MALLOC_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <math.h> header file. */
Packit 423ecb
#define HAVE_MATH_H             1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <memory.h> header file. */
Packit 423ecb
#define HAVE_MEMORY_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `mmap' function. */
Packit 423ecb
#undef HAVE_MMAP
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `munmap' function. */
Packit 423ecb
#undef HAVE_MUNMAP
Packit 423ecb
Packit 423ecb
/* mmap() is no good without munmap() */
Packit 423ecb
#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
Packit 423ecb
#  undef /**/ HAVE_MMAP
Packit 423ecb
#endif
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <nan.h> header file. */
Packit 423ecb
#undef HAVE_NAN_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
Packit 423ecb
#undef HAVE_NDIR_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <netdb.h> header file. */
Packit 423ecb
#define HAVE_NETDB_H            1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <netinet/in.h> header file. */
Packit 423ecb
#define HAVE_NETINET_IN_H       1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <poll.h> header file. */
Packit 423ecb
#undef HAVE_POLL_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `printf' function. */
Packit 423ecb
#undef HAVE_PRINTF                      /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `vprintf' function. */
Packit 423ecb
#undef HAVE_VPRINTF                     /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define if <pthread.h> is there */
Packit 423ecb
#define HAVE_PTHREAD_H          1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `putenv' function. */
Packit 423ecb
#define HAVE_PUTENV             1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `rand' function. */
Packit 423ecb
#define HAVE_RAND               1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `rand_r' function. */
Packit 423ecb
#define HAVE_RAND_R             1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <resolv.h> header file. */
Packit 423ecb
#define HAVE_RESOLV_H           1
Packit 423ecb
Packit 423ecb
/* Have shl_load based dso */
Packit 423ecb
#undef HAVE_SHLLOAD
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `signal' function. */
Packit 423ecb
#undef HAVE_SIGNAL
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <signal.h> header file. */
Packit 423ecb
#define HAVE_SIGNAL_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `snprintf' function. */
Packit 423ecb
#undef HAVE_SNPRINTF                    /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `sprintf' function. */
Packit 423ecb
#undef HAVE_SPRINTF                     /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `srand' function. */
Packit 423ecb
#define HAVE_SRAND              1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `scanf' function. */
Packit 423ecb
#undef HAVE_SCANF                       /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `fscanf' function. */
Packit 423ecb
#undef HAVE_FSCANF                      /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `sscanf' function. */
Packit 423ecb
#undef HAVE_SSCANF                      /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `stat' function. */
Packit 423ecb
#define HAVE_STAT               1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <stdarg.h> header file. */
Packit 423ecb
#define HAVE_STDARG_H           1       /* Overloaded */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <stdint.h> header file. */
Packit 423ecb
#define HAVE_STDINT_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 423ecb
#define HAVE_STDLIB_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `strdup' function. */
Packit 423ecb
#define HAVE_STRDUP             1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `strerror' function. */
Packit 423ecb
#define HAVE_STRERROR           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `strftime' function. */
Packit 423ecb
#define HAVE_STRFTIME           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <strings.h> header file. */
Packit 423ecb
#define HAVE_STRINGS_H          1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <string.h> header file. */
Packit 423ecb
#define HAVE_STRING_H           1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `strndup' function. */
Packit 423ecb
#undef HAVE_STRNDUP
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
Packit 423ecb
   */
Packit 423ecb
#undef HAVE_SYS_DIR_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/mman.h> header file. */
Packit 423ecb
#define HAVE_SYS_MMAN_H         1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
Packit 423ecb
   */
Packit 423ecb
#undef HAVE_SYS_NDIR_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/select.h> header file. */
Packit 423ecb
#undef HAVE_SYS_SELECT_H
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit 423ecb
#define HAVE_SYS_SOCKET_H       1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 423ecb
#define HAVE_SYS_STAT_H         1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/timeb.h> header file. */
Packit 423ecb
#define HAVE_SYS_TIMEB_H        1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 423ecb
#define HAVE_SYS_TIME_H 1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 423ecb
#define HAVE_SYS_TYPES_H        1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `time' function. */
Packit 423ecb
#define HAVE_TIME               1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <time.h> header file. */
Packit 423ecb
#define HAVE_TIME_H             1
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <unistd.h> header file. */
Packit 423ecb
#define HAVE_UNISTD_H           1
Packit 423ecb
Packit 423ecb
/* Whether va_copy() is available */
Packit 423ecb
#undef HAVE_VA_COPY
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `vfprintf' function. */
Packit 423ecb
#undef HAVE_VFPRINTF                    /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `vsnprintf' function. */
Packit 423ecb
#undef HAVE_VSNPRINTF                   /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `vsprintf' function. */
Packit 423ecb
#undef HAVE_VSPRINTF                    /* Use trio. */
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the <zlib.h> header file. */
Packit 423ecb
/* Actually dependent on the compilation script. */
Packit 423ecb
#if @WITH_ZLIB@
Packit 423ecb
#define HAVE_ZLIB_H             1
Packit 423ecb
#else
Packit 423ecb
#undef HAVE_ZLIB_H
Packit 423ecb
#endif
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the `_stat' function. */
Packit 423ecb
#undef HAVE__STAT
Packit 423ecb
Packit 423ecb
/* Whether __va_copy() is available */
Packit 423ecb
#undef HAVE___VA_COPY
Packit 423ecb
Packit 423ecb
/* Define as const if the declaration of iconv() needs const. */
Packit 423ecb
#define ICONV_CONST
Packit 423ecb
Packit 423ecb
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 423ecb
   */
Packit 423ecb
#undef LT_OBJDIR
Packit 423ecb
Packit 423ecb
/* Name of package */
Packit 423ecb
#define PACKAGE                 "libxml2"
Packit 423ecb
Packit 423ecb
/* Define to the address where bug reports for this package should be sent. */
Packit 423ecb
#define PACKAGE_BUGREPORT       ""
Packit 423ecb
Packit 423ecb
/* Define to the full name of this package. */
Packit 423ecb
#define PACKAGE_NAME            ""
Packit 423ecb
Packit 423ecb
/* Define to the full name and version of this package. */
Packit 423ecb
#define PACKAGE_STRING          ""
Packit 423ecb
Packit 423ecb
/* Define to the one symbol short name of this package. */
Packit 423ecb
#define PACKAGE_TARNAME         ""
Packit 423ecb
Packit 423ecb
/* Define to the home page for this package. */
Packit 423ecb
#define PACKAGE_URL             ""
Packit 423ecb
Packit 423ecb
/* Define to the version of this package. */
Packit 423ecb
#define PACKAGE_VERSION         ""
Packit 423ecb
Packit 423ecb
/* Define to 1 if you have the ANSI C header files. */
Packit 423ecb
#define STDC_HEADERS            1
Packit 423ecb
Packit 423ecb
/* Support for IPv6 */
Packit 423ecb
#define SUPPORT_IP6
Packit 423ecb
Packit 423ecb
/* Version number of package */
Packit 423ecb
#define VERSION                 "@VERSION@"
Packit 423ecb
Packit 423ecb
/* Determine what socket length (socklen_t) data type is */
Packit 423ecb
#define XML_SOCKLEN_T           socklen_t
Packit 423ecb
Packit 423ecb
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Packit 423ecb
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
Packit 423ecb
   #define below would cause a syntax error. */
Packit 423ecb
#undef _UINT32_T
Packit 423ecb
Packit 423ecb
/* ss_family is not defined here, use __ss_family instead */
Packit 423ecb
#undef ss_family
Packit 423ecb
Packit 423ecb
/* Define to the type of an unsigned integer type of width exactly 32 bits if
Packit 423ecb
   such a type exists and the standard includes do not define it. */
Packit 423ecb
#undef uint32_t
Packit 423ecb
Packit 423ecb
/* Type cast for the send() function 2nd arg */
Packit 423ecb
#define SEND_ARG2_CAST          (char *)
Packit 423ecb
Packit 423ecb
/* Type cast for the gethostbyname() argument */
Packit 423ecb
#define GETHOSTBYNAME_ARG_CAST  (char *)
Packit 423ecb
Packit 423ecb
/* Define if va_list is an array type */
Packit 423ecb
#define VA_LIST_IS_ARRAY        1