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 |
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 | 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 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 /* Define to 1 if you have the <inttypes.h> header file. */ | 52 /* Define to 1 if you have the <inttypes.h> header file. */ |
53 #define HAVE_INTTYPES_H 1 | 53 #define HAVE_INTTYPES_H 1 |
54 | 54 |
55 /* Define if pthread library is there (-lpthread) */ | 55 /* Define if pthread library is there (-lpthread) */ |
56 #define HAVE_LIBPTHREAD /**/ | 56 #define HAVE_LIBPTHREAD /**/ |
57 | 57 |
58 /* Define to 1 if you have the <locale.h> header file. */ | 58 /* Define to 1 if you have the <locale.h> header file. */ |
59 #define HAVE_LOCALE_H 1 | 59 #define HAVE_LOCALE_H 1 |
60 | 60 |
61 /* Define to 1 if you have the `localtime' function. */ | 61 /* Define to 1 if you have the `localtime' function. */ |
62 #define HAVE_LOCALTIME 1 | 62 |
63 | 63 |
64 /* Define to 1 if you have the `localtime_r' function. */ | 64 /* Define to 1 if you have the `localtime_r' function. */ |
65 #define HAVE_LOCALTIME_R 1 | 65 #define HAVE_LOCALTIME_R 1 |
66 | 66 |
67 /* Define to 1 if you have the <math.h> header file. */ | 67 /* Define to 1 if you have the <math.h> header file. */ |
68 #define HAVE_MATH_H 1 | 68 #define HAVE_MATH_H 1 |
69 | 69 |
70 /* Define to 1 if you have the <memory.h> header file. */ | 70 /* Define to 1 if you have the <memory.h> header file. */ |
71 #define HAVE_MEMORY_H 1 | 71 #define HAVE_MEMORY_H 1 |
72 | 72 |
73 /* Define to 1 if you have the `mktime' function. */ | 73 /* Define to 1 if you have the `mktime' function. */ |
74 #define HAVE_MKTIME 1 | 74 |
75 | 75 |
76 /* Define to 1 if you have the <nan.h> header file. */ | 76 /* Define to 1 if you have the <nan.h> header file. */ |
77 /* #undef HAVE_NAN_H */ | 77 /* #undef HAVE_NAN_H */ |
78 | 78 |
79 /* Define if pow is there */ | 79 /* Define if pow is there */ |
80 #define HAVE_POW /**/ | 80 #define HAVE_POW /**/ |
81 | 81 |
82 /* Define to 1 if you have the `printf' function. */ | 82 /* Define to 1 if you have the `printf' function. */ |
83 #define HAVE_PRINTF 1 | 83 #define HAVE_PRINTF 1 |
84 | 84 |
(...skipping 132 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 |