| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |