1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.in 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 /* #undef HAVE_ARPA_INET_H */ 12 13 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 14 /* #undef HAVE_ARPA_NAMESER_H */ 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 /* #undef HAVE_DLFCN_H */ 30 31 /* Have dlopen based dso */ 32 /* #undef 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 #define HAVE_FPCLASS 1 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 /* #undef HAVE_GETADDRINFO */ 66 67 /* Define to 1 if you have the `gettimeofday' function. */ 68 /* #undef HAVE_GETTIMEOFDAY */ 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 /* #undef HAVE_ISASCII */ 78 79 /* Define if isinf is there */ 80 /* #undef 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 /* #undef HAVE_LIBPTHREAD */ 96 97 /* Define if readline library is there (-lreadline) */ 98 /* #undef HAVE_LIBREADLINE */ 99 100 /* Have compression library */ 101 /* #undef HAVE_LIBZ */ 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 #define HAVE_MALLOC_H 1 114 115 /* Define to 1 if you have the <math.h> header file. */ 116 #define HAVE_MATH_H 1 117 118 /* Define to 1 if you have the <memory.h> header file. */ 119 #define HAVE_MEMORY_H 1 120 121 /* Define to 1 if you have the `mmap' function. */ 122 /* #undef HAVE_MMAP */ 123 124 /* Define to 1 if you have the `munmap' function. */ 125 /* #undef HAVE_MUNMAP */ 126 127 /* mmap() is no good without munmap() */ 128 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) 129 # undef /**/ HAVE_MMAP 130 #endif 131 132 /* Define to 1 if you have the <nan.h> header file. */ 133 /* #undef HAVE_NAN_H */ 134 135 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 136 /* #undef HAVE_NDIR_H */ 137 138 /* Define to 1 if you have the <netdb.h> header file. */ 139 /* #undef HAVE_NETDB_H */ 140 141 /* Define to 1 if you have the <netinet/in.h> header file. */ 142 /* #undef HAVE_NETINET_IN_H */ 143 144 /* Define to 1 if you have the <poll.h> header file. */ 145 /* #undef HAVE_POLL_H */ 146 147 /* Define to 1 if you have the `printf' function. */ 148 #define HAVE_PRINTF 1 149 150 /* Define if <pthread.h> is there */ 151 /* #undef HAVE_PTHREAD_H */ 152 153 /* Define to 1 if you have the `putenv' function. */ 154 /* #undef HAVE_PUTENV */ 155 156 /* Define to 1 if you have the `rand' function. */ 157 #define HAVE_RAND 1 158 159 /* Define to 1 if you have the `rand_r' function. */ 160 /* #undef HAVE_RAND_R */ 161 162 /* Define to 1 if you have the <resolv.h> header file. */ 163 /* #undef HAVE_RESOLV_H */ 164 165 /* Have shl_load based dso */ 166 /* #undef HAVE_SHLLOAD */ 167 168 /* Define to 1 if you have the `signal' function. */ 169 #define HAVE_SIGNAL 1 170 171 /* Define to 1 if you have the <signal.h> header file. */ 172 #define HAVE_SIGNAL_H 1 173 174 /* Define to 1 if you have the `snprintf' function. */ 175 #define HAVE_SNPRINTF 1 176 177 /* Define to 1 if you have the `sprintf' function. */ 178 #define HAVE_SPRINTF 1 179 180 /* Define to 1 if you have the `srand' function. */ 181 #define HAVE_SRAND 1 182 183 /* Define to 1 if you have the `sscanf' function. */ 184 #define HAVE_SSCANF 1 185 186 /* Define to 1 if you have the `stat' function. */ 187 #define HAVE_STAT 1 188 189 /* Define to 1 if you have the <stdarg.h> header file. */ 190 #define HAVE_STDARG_H 1 191 192 /* Define to 1 if you have the <stdint.h> header file. */ 193 #define HAVE_STDINT_H 1 194 195 /* Define to 1 if you have the <stdlib.h> header file. */ 196 #define HAVE_STDLIB_H 1 197 198 /* Define to 1 if you have the `strdup' function. */ 199 #define HAVE_STRDUP 1 200 201 /* Define to 1 if you have the `strerror' function. */ 202 #define HAVE_STRERROR 1 203 204 /* Define to 1 if you have the `strftime' function. */ 205 #define HAVE_STRFTIME 1 206 207 /* Define to 1 if you have the <strings.h> header file. */ 208 #define HAVE_STRINGS_H 1 209 210 /* Define to 1 if you have the <string.h> header file. */ 211 #define HAVE_STRING_H 1 212 213 /* Define to 1 if you have the `strndup' function. */ 214 /* #undef HAVE_STRNDUP */ 215 216 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 217 */ 218 /* #undef HAVE_SYS_DIR_H */ 219 220 /* Define to 1 if you have the <sys/mman.h> header file. */ 221 /* #undef HAVE_SYS_MMAN_H */ 222 223 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 224 */ 225 /* #undef HAVE_SYS_NDIR_H */ 226 227 /* Define to 1 if you have the <sys/select.h> header file. */ 228 /* #undef HAVE_SYS_SELECT_H */ 229 230 /* Define to 1 if you have the <sys/socket.h> header file. */ 231 /* #undef HAVE_SYS_SOCKET_H */ 232 233 /* Define to 1 if you have the <sys/stat.h> header file. */ 234 #define HAVE_SYS_STAT_H 1 235 236 /* Define to 1 if you have the <sys/timeb.h> header file. */ 237 #define HAVE_SYS_TIMEB_H 1 238 239 /* Define to 1 if you have the <sys/time.h> header file. */ 240 //#define HAVE_SYS_TIME_H 1 241 242 /* Define to 1 if you have the <sys/types.h> header file. */ 243 #define HAVE_SYS_TYPES_H 1 244 245 /* Define to 1 if you have the `time' function. */ 246 #define HAVE_TIME 1 247 248 /* Define to 1 if you have the <time.h> header file. */ 249 #define HAVE_TIME_H 1 250 251 /* Define to 1 if you have the <unistd.h> header file. */ 252 #define HAVE_UNISTD_H 1 253 254 /* Whether va_copy() is available */ 255 #define HAVE_VA_COPY 1 256 257 /* Define to 1 if you have the `vfprintf' function. */ 258 #define HAVE_VFPRINTF 1 259 260 /* Define to 1 if you have the `vsnprintf' function. */ 261 #define HAVE_VSNPRINTF 1 262 263 /* Define to 1 if you have the `vsprintf' function. */ 264 #define HAVE_VSPRINTF 1 265 266 /* Define to 1 if you have the <zlib.h> header file. */ 267 #define HAVE_ZLIB_H 1 268 269 /* Define to 1 if you have the `_stat' function. */ 270 #define HAVE__STAT 1 271 272 /* Whether __va_copy() is available */ 273 #define HAVE___VA_COPY 1 274 275 /* Define as const if the declaration of iconv() needs const. */ 276 /* #undef ICONV_CONST */ 277 278 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 279 /* #undef LT_OBJDIR */ 280 281 /* Name of package */ 282 #define PACKAGE "libxml2" 283 284 /* Define to the address where bug reports for this package should be sent. */ 285 #define PACKAGE_BUGREPORT "" 286 287 /* Define to the full name of this package. */ 288 #define PACKAGE_NAME "" 289 290 /* Define to the full name and version of this package. */ 291 #define PACKAGE_STRING "" 292 293 /* Define to the one symbol short name of this package. */ 294 #define PACKAGE_TARNAME "" 295 296 /* Define to the home page for this package. */ 297 #define PACKAGE_URL "" 298 299 /* Define to the version of this package. */ 300 #define PACKAGE_VERSION "" 301 302 /* Type cast for the send() function 2nd arg */ 303 #define SEND_ARG2_CAST 304 305 /* Define to 1 if you have the ANSI C header files. */ 306 #define STDC_HEADERS 1 307 308 /* Support for IPv6 */ 309 /* #undef SUPPORT_IP6 */ 310 311 /* Define if va_list is an array type */ 312 /* #undef VA_LIST_IS_ARRAY */ 313 314 /* Version number of package */ 315 #define VERSION "2.9.2" 316 317 /* Determine what socket length (socklen_t) data type is */ 318 #define XML_SOCKLEN_T int 319 320 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 321 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 322 #define below would cause a syntax error. */ 323 /* #undef _UINT32_T */ 324 325 /* ss_family is not defined here, use __ss_family instead */ 326 /* #undef ss_family */ 327 328 /* Define to the type of an unsigned integer type of width exactly 32 bits if 329 such a type exists and the standard includes do not define it. */ 330 /* #undef uint32_t */ 331 332 #ifdef __REACTOS__ 333 #if defined(__MINGW32__) 334 //#include <windows.h> 335 #define WIN32_NO_STATUS 336 #define _WINDOWS_ 337 #define _INC_WINDOWS 338 #define COM_NO_WINDOWS_H 339 #include <stdarg.h> 340 #include <windef.h> 341 #include <winbase.h> 342 #endif 343 #endif 344