| OLD | NEW |
| 1 /* Copied from Linux version and changed the features according Android, which | 1 /* Copied from Linux version and changed the features according Android, which |
| 2 * is close to Linux */ | 2 * is close to Linux */ |
| 3 #ifndef _EVENT_CONFIG_H_ | 3 #ifndef _EVENT_CONFIG_H_ |
| 4 #define _EVENT_CONFIG_H_ | 4 #define _EVENT_CONFIG_H_ |
| 5 /* config.h. Generated from config.h.in by configure. */ | 5 /* config.h. Generated from config.h.in by configure. */ |
| 6 /* config.h.in. Generated from configure.in by autoheader. */ | 6 /* config.h.in. Generated from configure.in by autoheader. */ |
| 7 | 7 |
| 8 /* Define if clock_gettime is available in libc */ | 8 /* Define if clock_gettime is available in libc */ |
| 9 #define _EVENT_DNS_USE_CPU_CLOCK_FOR_ID 1 | 9 #define _EVENT_DNS_USE_CPU_CLOCK_FOR_ID 1 |
| 10 | 10 |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 | 272 |
| 273 /* Define to `int' if <sys/types.h> does not define. */ | 273 /* Define to `int' if <sys/types.h> does not define. */ |
| 274 /* #undef _EVENT_pid_t */ | 274 /* #undef _EVENT_pid_t */ |
| 275 | 275 |
| 276 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 276 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 277 /* #undef _EVENT_size_t */ | 277 /* #undef _EVENT_size_t */ |
| 278 | 278 |
| 279 /* Define to unsigned int if you dont have it */ | 279 /* Define to unsigned int if you dont have it */ |
| 280 /* #undef _EVENT_socklen_t */ | 280 /* #undef _EVENT_socklen_t */ |
| 281 #endif | 281 #endif |
| OLD | NEW |