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