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