| 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. */ | |
| 8 | |
| 9 | |
| 10 /* Define to 1 if you have the `clock_gettime' function. */ | 7 /* Define to 1 if you have the `clock_gettime' function. */ |
| 11 | 8 |
| 12 | 9 |
| 13 /* Define to 1 if you have the <dlfcn.h> header file. */ | 10 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 14 #define HAVE_DLFCN_H 1 | 11 #define HAVE_DLFCN_H 1 |
| 15 | 12 |
| 16 /* Define to 1 if you have the <errno.h> header file. */ | 13 /* Define to 1 if you have the <errno.h> header file. */ |
| 17 #define HAVE_ERRNO_H 1 | 14 #define HAVE_ERRNO_H 1 |
| 18 | 15 |
| 19 /* Define if fabs is there */ | 16 /* Define if fabs is there */ |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 | 60 |
| 64 /* Define to 1 if you have the `localtime_r' function. */ | 61 /* Define to 1 if you have the `localtime_r' function. */ |
| 65 #define HAVE_LOCALTIME_R 1 | 62 #define HAVE_LOCALTIME_R 1 |
| 66 | 63 |
| 67 /* Define to 1 if you have the <math.h> header file. */ | 64 /* Define to 1 if you have the <math.h> header file. */ |
| 68 #define HAVE_MATH_H 1 | 65 #define HAVE_MATH_H 1 |
| 69 | 66 |
| 70 /* Define to 1 if you have the <memory.h> header file. */ | 67 /* Define to 1 if you have the <memory.h> header file. */ |
| 71 #define HAVE_MEMORY_H 1 | 68 #define HAVE_MEMORY_H 1 |
| 72 | 69 |
| 73 /* Define to 1 if you have the `mktime' function. */ | |
| 74 | |
| 75 | |
| 76 /* Define to 1 if you have the <nan.h> header file. */ | 70 /* Define to 1 if you have the <nan.h> header file. */ |
| 77 /* #undef HAVE_NAN_H */ | 71 /* #undef HAVE_NAN_H */ |
| 78 | 72 |
| 79 /* Define if pow is there */ | 73 /* Define if pow is there */ |
| 80 #define HAVE_POW /**/ | 74 #define HAVE_POW /**/ |
| 81 | 75 |
| 82 /* Define to 1 if you have the `printf' function. */ | 76 /* Define to 1 if you have the `printf' function. */ |
| 83 #define HAVE_PRINTF 1 | 77 #define HAVE_PRINTF 1 |
| 84 | 78 |
| 85 /* Define if <pthread.h> is there */ | 79 /* Define if <pthread.h> is there */ |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 /* #undef _POSIX_SOURCE */ | 211 /* #undef _POSIX_SOURCE */ |
| 218 | 212 |
| 219 /* Using the Win32 Socket implementation */ | 213 /* Using the Win32 Socket implementation */ |
| 220 /* #undef _WINSOCKAPI_ */ | 214 /* #undef _WINSOCKAPI_ */ |
| 221 | 215 |
| 222 /* Win32 Std C name mangling work-around */ | 216 /* Win32 Std C name mangling work-around */ |
| 223 /* #undef snprintf */ | 217 /* #undef snprintf */ |
| 224 | 218 |
| 225 /* Win32 Std C name mangling work-around */ | 219 /* Win32 Std C name mangling work-around */ |
| 226 /* #undef vsnprintf */ | 220 /* #undef vsnprintf */ |
| OLD | NEW |