| 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 /* #undef HAVE_ISINF */ | 3 /* #undef HAVE_ISINF */ |
| 4 /* #undef HAVE_ISNAN */ | 4 /* #undef HAVE_ISNAN */ |
| 5 #define HAVE_POW 1 | 5 #define HAVE_POW 1 |
| 6 #define HAVE_FLOOR 1 | 6 #define HAVE_FLOOR 1 |
| 7 #define HAVE_FABS 1 | 7 #define HAVE_FABS 1 |
| 8 #define WITH_DEBUGGER 1 | 8 #define WITH_DEBUGGER 1 |
| 9 | 9 |
| 10 /* Define to 1 if you have the <ansidecl.h> header file. */ | 10 /* Define to 1 if you have the <ansidecl.h> header file. */ |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 /* Define to the one symbol short name of this package. */ | 142 /* Define to the one symbol short name of this package. */ |
| 143 #define PACKAGE_TARNAME "" | 143 #define PACKAGE_TARNAME "" |
| 144 | 144 |
| 145 /* Define to the version of this package. */ | 145 /* Define to the version of this package. */ |
| 146 #define PACKAGE_VERSION "" | 146 #define PACKAGE_VERSION "" |
| 147 | 147 |
| 148 /* Define to 1 if you have the ANSI C header files. */ | 148 /* Define to 1 if you have the ANSI C header files. */ |
| 149 #define STDC_HEADERS 1 | 149 #define STDC_HEADERS 1 |
| 150 | 150 |
| 151 /* Version number of package */ | 151 /* Version number of package */ |
| 152 #define VERSION "1.1.24" | 152 #define VERSION "1.1.26" |
| 153 | 153 |
| 154 /* Using the Win32 Socket implementation */ | 154 /* Using the Win32 Socket implementation */ |
| 155 /* #undef _WINSOCKAPI_ */ | 155 /* #undef _WINSOCKAPI_ */ |
| 156 | 156 |
| 157 /* Win32 Std C name mangling work-around */ | 157 /* Win32 Std C name mangling work-around */ |
| 158 /* #undef snprintf */ | 158 /* #undef snprintf */ |
| 159 | 159 |
| 160 /* Win32 Std C name mangling work-around */ | 160 /* Win32 Std C name mangling work-around */ |
| 161 /* #undef vsnprintf */ | 161 /* #undef vsnprintf */ |
| OLD | NEW |