| OLD | NEW |
| 1 /* event-config.h | 1 /* event-config.h |
| 2 * Generated by autoconf; post-processed by libevent. | 2 * Generated by autoconf; post-processed by libevent. |
| 3 * Do not edit this file. | 3 * Do not edit this file. |
| 4 * Do not rely on macros in this file existing in later versions. | 4 * Do not rely on macros in this file existing in later versions. |
| 5 */ | 5 */ |
| 6 #ifndef _EVENT_CONFIG_H_ | 6 #ifndef _EVENT_CONFIG_H_ |
| 7 #define _EVENT_CONFIG_H_ | 7 #define _EVENT_CONFIG_H_ |
| 8 /* config.h. Generated from config.h.in by configure. */ | 8 /* config.h. Generated from config.h.in by configure. */ |
| 9 /* config.h.in. Generated from configure.in by autoheader. */ | 9 /* config.h.in. Generated from configure.in by autoheader. */ |
| 10 | 10 |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 | 275 |
| 276 /* Define to `int' if <sys/types.h> does not define. */ | 276 /* Define to `int' if <sys/types.h> does not define. */ |
| 277 /* #undef _EVENT_pid_t */ | 277 /* #undef _EVENT_pid_t */ |
| 278 | 278 |
| 279 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 279 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 280 /* #undef _EVENT_size_t */ | 280 /* #undef _EVENT_size_t */ |
| 281 | 281 |
| 282 /* Define to unsigned int if you dont have it */ | 282 /* Define to unsigned int if you dont have it */ |
| 283 /* #undef _EVENT_socklen_t */ | 283 /* #undef _EVENT_socklen_t */ |
| 284 #endif | 284 #endif |
| OLD | NEW |