1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* A form that will not confuse apibuild.py */ 5 #define ATTRIBUTE_DESTRUCTOR __attribute__((destructor)) 6 7 /* Define to 1 if you have the <arpa/inet.h> header file. */ 8 #define HAVE_ARPA_INET_H 1 9 10 /* Define if __attribute__((destructor)) is accepted */ 11 #define HAVE_ATTRIBUTE_DESTRUCTOR 1 12 13 /* Define to 1 if you have the <dlfcn.h> header file. */ 14 #define HAVE_DLFCN_H 1 15 16 /* Have dlopen based dso */ 17 /* #undef HAVE_DLOPEN */ 18 19 /* Define to 1 if you have the <dl.h> header file. */ 20 /* #undef HAVE_DL_H */ 21 22 /* Define to 1 if you have the <fcntl.h> header file. */ 23 #define HAVE_FCNTL_H 1 24 25 /* Define to 1 if you have the `ftime' function. */ 26 #define HAVE_FTIME 1 27 28 /* Define to 1 if you have the `getentropy' function. */ 29 #define HAVE_GETENTROPY 1 30 31 /* Define to 1 if you have the `gettimeofday' function. */ 32 #define HAVE_GETTIMEOFDAY 1 33 34 /* Define to 1 if you have the <glob.h> header file. */ 35 #define HAVE_GLOB_H 1 36 37 /* Define to 1 if you have the <inttypes.h> header file. */ 38 #define HAVE_INTTYPES_H 1 39 40 /* Define to 1 if you have the `isascii' function. */ 41 #define HAVE_ISASCII 1 42 43 /* Define if history library is there (-lhistory) */ 44 /* #undef HAVE_LIBHISTORY */ 45 46 /* Define if readline library is there (-lreadline) */ 47 /* #undef HAVE_LIBREADLINE */ 48 49 /* Define to 1 if you have the <lzma.h> header file. */ 50 /* #undef HAVE_LZMA_H */ 51 52 /* Define to 1 if you have the `mmap' function. */ 53 #define HAVE_MMAP 1 54 55 /* Define to 1 if you have the `munmap' function. */ 56 #define HAVE_MUNMAP 1 57 58 /* mmap() is no good without munmap() */ 59 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 60 # undef /**/ HAVE_MMAP 61 #endif 62 63 /* Define to 1 if you have the <netdb.h> header file. */ 64 #define HAVE_NETDB_H 1 65 66 /* Define to 1 if you have the <netinet/in.h> header file. */ 67 #define HAVE_NETINET_IN_H 1 68 69 /* Define to 1 if you have the <poll.h> header file. */ 70 #define HAVE_POLL_H 1 71 72 /* Define to 1 if you have the <pthread.h> header file. */ 73 #define HAVE_PTHREAD_H /**/ 74 75 /* Have shl_load based dso */ 76 /* #undef HAVE_SHLLOAD */ 77 78 /* Define to 1 if you have the `stat' function. */ 79 #define HAVE_STAT 1 80 81 /* Define to 1 if you have the <stdint.h> header file. */ 82 #define HAVE_STDINT_H 1 83 84 /* Define to 1 if you have the <stdio.h> header file. */ 85 #define HAVE_STDIO_H 1 86 87 /* Define to 1 if you have the <stdlib.h> header file. */ 88 #define HAVE_STDLIB_H 1 89 90 /* Define to 1 if you have the <strings.h> header file. */ 91 #define HAVE_STRINGS_H 1 92 93 /* Define to 1 if you have the <string.h> header file. */ 94 #define HAVE_STRING_H 1 95 96 /* Define to 1 if you have the <sys/mman.h> header file. */ 97 #define HAVE_SYS_MMAN_H 1 98 99 /* Define to 1 if you have the <sys/random.h> header file. */ 100 #define HAVE_SYS_RANDOM_H 1 101 102 /* Define to 1 if you have the <sys/select.h> header file. */ 103 #define HAVE_SYS_SELECT_H 1 104 105 /* Define to 1 if you have the <sys/socket.h> header file. */ 106 #define HAVE_SYS_SOCKET_H 1 107 108 /* Define to 1 if you have the <sys/stat.h> header file. */ 109 #define HAVE_SYS_STAT_H 1 110 111 /* Define to 1 if you have the <sys/timeb.h> header file. */ 112 #define HAVE_SYS_TIMEB_H 1 113 114 /* Define to 1 if you have the <sys/time.h> header file. */ 115 #define HAVE_SYS_TIME_H 1 116 117 /* Define to 1 if you have the <sys/types.h> header file. */ 118 #define HAVE_SYS_TYPES_H 1 119 120 /* Define to 1 if you have the <unistd.h> header file. */ 121 #define HAVE_UNISTD_H 1 122 123 /* Define to 1 if you have the <zlib.h> header file. */ 124 /* #undef HAVE_ZLIB_H */ 125 126 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 127 #define LT_OBJDIR ".libs/" 128 129 /* Name of package */ 130 #define PACKAGE "libxml2" 131 132 /* Define to the address where bug reports for this package should be sent. */ 133 #define PACKAGE_BUGREPORT "" 134 135 /* Define to the full name of this package. */ 136 #define PACKAGE_NAME "libxml2" 137 138 /* Define to the full name and version of this package. */ 139 #define PACKAGE_STRING "libxml2 2.13.0" 140 141 /* Define to the one symbol short name of this package. */ 142 #define PACKAGE_TARNAME "libxml2" 143 144 /* Define to the home page for this package. */ 145 #define PACKAGE_URL "" 146 147 /* Define to the version of this package. */ 148 #define PACKAGE_VERSION "2.13.0" 149 150 /* Define to 1 if all of the C90 standard headers exist (not just the ones 151 required in a freestanding environment). This macro is provided for 152 backward compatibility; new code need not use it. */ 153 #define STDC_HEADERS 1 154 155 /* Support for IPv6 */ 156 /* #undef SUPPORT_IP6 */ 157 158 /* Version number of package */ 159 #define VERSION "2.13.0" 160 161 /* Determine what socket length (socklen_t) data type is */ 162 /* #undef XML_SOCKLEN_T */ 163 164 /* TLS specifier */ 165 /* #undef XML_THREAD_LOCAL */ 166 167 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 168 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 169 #define below would cause a syntax error. */ 170 /* #undef _UINT32_T */ 171 172 /* Define to the type of an unsigned integer type of width exactly 32 bits if 173 such a type exists and the standard includes do not define it. */ 174 /* #undef uint32_t */ 175