| OLD | NEW |
| 1 /* config.h. Generated from config.h.in by configure. */ | 1 /* config.h. Generated from config.h.in by configure. */ |
| 2 /* config.h.in. Generated from configure.ac by autoheader. */ | 2 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | 3 |
| 4 /* Type cast for the gethostbyname() argument */ | 4 /* Type cast for the gethostbyname() argument */ |
| 5 #define GETHOSTBYNAME_ARG_CAST /**/ | 5 #define GETHOSTBYNAME_ARG_CAST /**/ |
| 6 | 6 |
| 7 /* Define to 1 if you have the <ansidecl.h> header file. */ | 7 /* Define to 1 if you have the <ansidecl.h> header file. */ |
| 8 /* #undef HAVE_ANSIDECL_H */ | 8 /* #undef HAVE_ANSIDECL_H */ |
| 9 | 9 |
| 10 /* Define to 1 if you have the <arpa/inet.h> header file. */ | 10 /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 #define HAVE_PTHREAD_H /**/ | 151 #define HAVE_PTHREAD_H /**/ |
| 152 | 152 |
| 153 /* Define to 1 if you have the `putenv' function. */ | 153 /* Define to 1 if you have the `putenv' function. */ |
| 154 #define HAVE_PUTENV 1 | 154 #define HAVE_PUTENV 1 |
| 155 | 155 |
| 156 /* Define to 1 if you have the `rand' function. */ | 156 /* Define to 1 if you have the `rand' function. */ |
| 157 #define HAVE_RAND 1 | 157 #define HAVE_RAND 1 |
| 158 | 158 |
| 159 /* Define to 1 if you have the `rand_r' function. */ | 159 /* Define to 1 if you have the `rand_r' function. */ |
| 160 | 160 |
| 161 | |
| 162 /* Define to 1 if you have the <resolv.h> header file. */ | 161 /* Define to 1 if you have the <resolv.h> header file. */ |
| 163 #define HAVE_RESOLV_H 1 | 162 #define HAVE_RESOLV_H 1 |
| 164 | 163 |
| 165 /* Have shl_load based dso */ | 164 /* Have shl_load based dso */ |
| 166 /* #undef HAVE_SHLLOAD */ | 165 /* #undef HAVE_SHLLOAD */ |
| 167 | 166 |
| 168 /* Define to 1 if you have the `signal' function. */ | 167 /* Define to 1 if you have the `signal' function. */ |
| 169 #define HAVE_SIGNAL 1 | 168 #define HAVE_SIGNAL 1 |
| 170 | 169 |
| 171 /* Define to 1 if you have the <signal.h> header file. */ | 170 /* Define to 1 if you have the <signal.h> header file. */ |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 | 267 |
| 269 /* Define to 1 if you have the `_stat' function. */ | 268 /* Define to 1 if you have the `_stat' function. */ |
| 270 /* #undef HAVE__STAT */ | 269 /* #undef HAVE__STAT */ |
| 271 | 270 |
| 272 /* Whether __va_copy() is available */ | 271 /* Whether __va_copy() is available */ |
| 273 /* #undef HAVE___VA_COPY */ | 272 /* #undef HAVE___VA_COPY */ |
| 274 | 273 |
| 275 /* Define as const if the declaration of iconv() needs const. */ | 274 /* Define as const if the declaration of iconv() needs const. */ |
| 276 /* #undef ICONV_CONST */ | 275 /* #undef ICONV_CONST */ |
| 277 | 276 |
| 278 /* Define to the sub-directory where libtool stores uninstalled libraries. */ | 277 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 278 */ |
| 279 #define LT_OBJDIR ".libs/" | 279 #define LT_OBJDIR ".libs/" |
| 280 | 280 |
| 281 /* Name of package */ | 281 /* Name of package */ |
| 282 #define PACKAGE "libxml2" | 282 #define PACKAGE "libxml2" |
| 283 | 283 |
| 284 /* Define to the address where bug reports for this package should be sent. */ | 284 /* Define to the address where bug reports for this package should be sent. */ |
| 285 #define PACKAGE_BUGREPORT "" | 285 #define PACKAGE_BUGREPORT "" |
| 286 | 286 |
| 287 /* Define to the full name of this package. */ | 287 /* Define to the full name of this package. */ |
| 288 #define PACKAGE_NAME "" | 288 #define PACKAGE_NAME "" |
| (...skipping 16 matching lines...) Expand all Loading... |
| 305 /* Define to 1 if you have the ANSI C header files. */ | 305 /* Define to 1 if you have the ANSI C header files. */ |
| 306 #define STDC_HEADERS 1 | 306 #define STDC_HEADERS 1 |
| 307 | 307 |
| 308 /* Support for IPv6 */ | 308 /* Support for IPv6 */ |
| 309 #define SUPPORT_IP6 /**/ | 309 #define SUPPORT_IP6 /**/ |
| 310 | 310 |
| 311 /* Define if va_list is an array type */ | 311 /* Define if va_list is an array type */ |
| 312 #define VA_LIST_IS_ARRAY 1 | 312 #define VA_LIST_IS_ARRAY 1 |
| 313 | 313 |
| 314 /* Version number of package */ | 314 /* Version number of package */ |
| 315 #define VERSION "2.9.3" | 315 #define VERSION "2.9.4" |
| 316 | 316 |
| 317 /* Determine what socket length (socklen_t) data type is */ | 317 /* Determine what socket length (socklen_t) data type is */ |
| 318 #define XML_SOCKLEN_T socklen_t | 318 #define XML_SOCKLEN_T socklen_t |
| 319 | 319 |
| 320 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, | 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 | 321 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 322 #define below would cause a syntax error. */ | 322 #define below would cause a syntax error. */ |
| 323 /* #undef _UINT32_T */ | 323 /* #undef _UINT32_T */ |
| 324 | 324 |
| 325 /* Using the Win32 Socket implementation */ | 325 /* Using the Win32 Socket implementation */ |
| 326 /* #undef _WINSOCKAPI_ */ | 326 /* #undef _WINSOCKAPI_ */ |
| 327 | 327 |
| 328 /* ss_family is not defined here, use __ss_family instead */ | 328 /* ss_family is not defined here, use __ss_family instead */ |
| 329 /* #undef ss_family */ | 329 /* #undef ss_family */ |
| 330 | 330 |
| 331 /* Define to the type of an unsigned integer type of width exactly 32 bits if | 331 /* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 332 such a type exists and the standard includes do not define it. */ | 332 such a type exists and the standard includes do not define it. */ |
| 333 /* #undef uint32_t */ | 333 /* #undef uint32_t */ |
| OLD | NEW |