| 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.in by autoheader. */ | 2 /* config.h.in. Generated from configure.in by autoheader. */ |
| 3 | 3 |
| 4 /* Define if clock_gettime is available in libc */ | 4 /* Define if clock_gettime is available in libc */ |
| 5 #define DNS_USE_CPU_CLOCK_FOR_ID 1 | 5 #define DNS_USE_CPU_CLOCK_FOR_ID 1 |
| 6 | 6 |
| 7 /* Define is no secure id variant is available */ | 7 /* Define is no secure id variant is available */ |
| 8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */ | 8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */ |
| 9 | 9 |
| 10 /* Define to 1 if you have the `clock_gettime' function. */ | 10 /* Define to 1 if you have the `clock_gettime' function. */ |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 #endif | 257 #endif |
| 258 | 258 |
| 259 /* Define to `int' if <sys/types.h> does not define. */ | 259 /* Define to `int' if <sys/types.h> does not define. */ |
| 260 /* #undef pid_t */ | 260 /* #undef pid_t */ |
| 261 | 261 |
| 262 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 262 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 263 /* #undef size_t */ | 263 /* #undef size_t */ |
| 264 | 264 |
| 265 /* Define to unsigned int if you dont have it */ | 265 /* Define to unsigned int if you dont have it */ |
| 266 /* #undef socklen_t */ | 266 /* #undef socklen_t */ |
| OLD | NEW |