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