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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 #endif | 245 #endif |
246 | 246 |
247 /* Define to `int' if <sys/types.h> does not define. */ | 247 /* Define to `int' if <sys/types.h> does not define. */ |
248 /* #undef pid_t */ | 248 /* #undef pid_t */ |
249 | 249 |
250 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 250 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
251 /* #undef size_t */ | 251 /* #undef size_t */ |
252 | 252 |
253 /* Define to unsigned int if you dont have it */ | 253 /* Define to unsigned int if you dont have it */ |
254 /* #undef socklen_t */ | 254 /* #undef socklen_t */ |
OLD | NEW |