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 `gettimeofday' function. */ 29 #define HAVE_GETTIMEOFDAY 1 30 31 /* Define to 1 if you have the <glob.h> header file. */ 32 #define HAVE_GLOB_H 1 33 34 /* Define to 1 if you have the <inttypes.h> header file. */ 35 #define HAVE_INTTYPES_H 1 36 37 /* Define to 1 if you have the `isascii' function. */ 38 #define HAVE_ISASCII 1 39 40 /* Define if history library is there (-lhistory) */ 41 /* #undef HAVE_LIBHISTORY */ 42 43 /* Define if readline library is there (-lreadline) */ 44 /* #undef HAVE_LIBREADLINE */ 45 46 /* Define to 1 if you have the <lzma.h> header file. */ 47 /* #undef HAVE_LZMA_H */ 48 49 /* Define to 1 if you have the `mmap' function. */ 50 #define HAVE_MMAP 1 51 52 /* Define to 1 if you have the `munmap' function. */ 53 #define HAVE_MUNMAP 1 54 55 /* mmap() is no good without munmap() */ 56 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 57 # undef /**/ HAVE_MMAP 58 #endif 59 60 /* Define to 1 if you have the <netdb.h> header file. */ 61 #define HAVE_NETDB_H 1 62 63 /* Define to 1 if you have the <netinet/in.h> header file. */ 64 #define HAVE_NETINET_IN_H 1 65 66 /* Define to 1 if you have the <poll.h> header file. */ 67 #define HAVE_POLL_H 1 68 69 /* Define to 1 if you have the <pthread.h> header file. */ 70 #define HAVE_PTHREAD_H /**/ 71 72 /* Have shl_load based dso */ 73 /* #undef HAVE_SHLLOAD */ 74 75 /* Define to 1 if you have the `snprintf' function. */ 76 #define HAVE_SNPRINTF 1 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/select.h> header file. */ 100 #define HAVE_SYS_SELECT_H 1 101 102 /* Define to 1 if you have the <sys/socket.h> header file. */ 103 #define HAVE_SYS_SOCKET_H 1 104 105 /* Define to 1 if you have the <sys/stat.h> header file. */ 106 #define HAVE_SYS_STAT_H 1 107 108 /* Define to 1 if you have the <sys/timeb.h> header file. */ 109 #define HAVE_SYS_TIMEB_H 1 110 111 /* Define to 1 if you have the <sys/time.h> header file. */ 112 #define HAVE_SYS_TIME_H 1 113 114 /* Define to 1 if you have the <sys/types.h> header file. */ 115 #define HAVE_SYS_TYPES_H 1 116 117 /* Define to 1 if you have the <unistd.h> header file. */ 118 #define HAVE_UNISTD_H 1 119 120 /* Whether va_copy() is available */ 121 #define HAVE_VA_COPY 1 122 123 /* Define to 1 if you have the `vsnprintf' function. */ 124 #define HAVE_VSNPRINTF 1 125 126 /* Define to 1 if you have the <zlib.h> header file. */ 127 /* #undef HAVE_ZLIB_H */ 128 129 /* Whether __va_copy() is available */ 130 /* #undef HAVE___VA_COPY */ 131 132 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 133 #define LT_OBJDIR ".libs/" 134 135 /* Name of package */ 136 #define PACKAGE "libxml2" 137 138 /* Define to the address where bug reports for this package should be sent. */ 139 #define PACKAGE_BUGREPORT "" 140 141 /* Define to the full name of this package. */ 142 #define PACKAGE_NAME "libxml2" 143 144 /* Define to the full name and version of this package. */ 145 #define PACKAGE_STRING "libxml2 2.12.0" 146 147 /* Define to the one symbol short name of this package. */ 148 #define PACKAGE_TARNAME "libxml2" 149 150 /* Define to the home page for this package. */ 151 #define PACKAGE_URL "" 152 153 /* Define to the version of this package. */ 154 #define PACKAGE_VERSION "2.12.0" 155 156 /* Define to 1 if all of the C90 standard headers exist (not just the ones 157 required in a freestanding environment). This macro is provided for 158 backward compatibility; new code need not use it. */ 159 #define STDC_HEADERS 1 160 161 /* Support for IPv6 */ 162 /* #undef SUPPORT_IP6 */ 163 164 /* Define if va_list is an array type */ 165 #define VA_LIST_IS_ARRAY 1 166 167 /* Version number of package */ 168 #define VERSION "2.12.0" 169 170 /* Determine what socket length (socklen_t) data type is */ 171 /* #undef XML_SOCKLEN_T */ 172 173 /* TLS specifier */ 174 #define XML_THREAD_LOCAL _Thread_local 175 176 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 177 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 178 #define below would cause a syntax error. */ 179 /* #undef _UINT32_T */ 180 181 /* Define to the type of an unsigned integer type of width exactly 32 bits if 182 such a type exists and the standard includes do not define it. */ 183 /* #undef uint32_t */ 184