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 to 1 if you have the <ansidecl.h> header file. */ | 4 /* Define to 1 if you have the <ansidecl.h> header file. */ |
5 /* #undef HAVE_ANSIDECL_H */ | 5 /* #undef HAVE_ANSIDECL_H */ |
6 | 6 |
7 /* Define to 1 if you have the `asctime' function. */ | 7 /* Define to 1 if you have the `asctime' function. */ |
8 #define HAVE_ASCTIME 1 | 8 #define HAVE_ASCTIME 1 |
9 | 9 |
10 /* Define to 1 if you have the `clock_gettime' function. */ | 10 /* Define to 1 if you have the `clock_gettime' function. */ |
11 /* #undef HAVE_CLOCK_GETTIME */ | 11 |
12 | 12 |
13 /* Define to 1 if you have the <dlfcn.h> header file. */ | 13 /* Define to 1 if you have the <dlfcn.h> header file. */ |
14 #define HAVE_DLFCN_H 1 | 14 #define HAVE_DLFCN_H 1 |
15 | 15 |
16 /* Define to 1 if you have the <errno.h> header file. */ | 16 /* Define to 1 if you have the <errno.h> header file. */ |
17 #define HAVE_ERRNO_H 1 | 17 #define HAVE_ERRNO_H 1 |
18 | 18 |
19 /* Define if fabs is there */ | 19 /* Define if fabs is there */ |
20 /* #undef HAVE_FABS */ | 20 /* #undef HAVE_FABS */ |
21 | 21 |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 /* #undef _POSIX_SOURCE */ | 217 /* #undef _POSIX_SOURCE */ |
218 | 218 |
219 /* Using the Win32 Socket implementation */ | 219 /* Using the Win32 Socket implementation */ |
220 /* #undef _WINSOCKAPI_ */ | 220 /* #undef _WINSOCKAPI_ */ |
221 | 221 |
222 /* Win32 Std C name mangling work-around */ | 222 /* Win32 Std C name mangling work-around */ |
223 /* #undef snprintf */ | 223 /* #undef snprintf */ |
224 | 224 |
225 /* Win32 Std C name mangling work-around */ | 225 /* Win32 Std C name mangling work-around */ |
226 /* #undef vsnprintf */ | 226 /* #undef vsnprintf */ |
OLD | NEW |