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