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