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