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. */ | 6 /* Define to 1 if you have the `asctime' function. */ |
7 #undef HAVE_ASCTIME | 7 #undef HAVE_ASCTIME |
8 | 8 |
9 /* Define to 1 if you have the `clock_gettime' function. */ | 9 /* Define to 1 if you have the `clock_gettime' function. */ |
10 #undef HAVE_CLOCK_GETTIME | 10 #undef HAVE_CLOCK_GETTIME |
11 | 11 |
12 /* Define to 1 if you have the <dlfcn.h> header file. */ | 12 /* Define to 1 if you have the <dlfcn.h> header file. */ |
13 #undef HAVE_DLFCN_H | 13 #undef HAVE_DLFCN_H |
14 | 14 |
| 15 /* Define to 1 if you have the <errno.h> header file. */ |
| 16 #undef HAVE_ERRNO_H |
| 17 |
15 /* Define if fabs is there */ | 18 /* Define if fabs is there */ |
16 #undef HAVE_FABS | 19 #undef HAVE_FABS |
17 | 20 |
18 /* Define to 1 if you have the <float.h> header file. */ | 21 /* Define to 1 if you have the <float.h> header file. */ |
19 #undef HAVE_FLOAT_H | 22 #undef HAVE_FLOAT_H |
20 | 23 |
21 /* Define if floor is there */ | 24 /* Define if floor is there */ |
22 #undef HAVE_FLOOR | 25 #undef HAVE_FLOOR |
23 | 26 |
24 /* Define to 1 if you have the `fprintf' function. */ | 27 /* Define to 1 if you have the `fprintf' function. */ |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 143 |
141 /* Define to 1 if you have the `vsprintf' function. */ | 144 /* Define to 1 if you have the `vsprintf' function. */ |
142 #undef HAVE_VSPRINTF | 145 #undef HAVE_VSPRINTF |
143 | 146 |
144 /* Define to 1 if you have the <xlocale.h> header file. */ | 147 /* Define to 1 if you have the <xlocale.h> header file. */ |
145 #undef HAVE_XLOCALE_H | 148 #undef HAVE_XLOCALE_H |
146 | 149 |
147 /* Define to 1 if you have the `_stat' function. */ | 150 /* Define to 1 if you have the `_stat' function. */ |
148 #undef HAVE__STAT | 151 #undef HAVE__STAT |
149 | 152 |
150 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 153 /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
151 */ | |
152 #undef LT_OBJDIR | 154 #undef LT_OBJDIR |
153 | 155 |
154 /* Name of package */ | 156 /* Name of package */ |
155 #undef PACKAGE | 157 #undef PACKAGE |
156 | 158 |
157 /* Define to the address where bug reports for this package should be sent. */ | 159 /* Define to the address where bug reports for this package should be sent. */ |
158 #undef PACKAGE_BUGREPORT | 160 #undef PACKAGE_BUGREPORT |
159 | 161 |
160 /* Define to the full name of this package. */ | 162 /* Define to the full name of this package. */ |
161 #undef PACKAGE_NAME | 163 #undef PACKAGE_NAME |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 #undef _POSIX_SOURCE | 216 #undef _POSIX_SOURCE |
215 | 217 |
216 /* Using the Win32 Socket implementation */ | 218 /* Using the Win32 Socket implementation */ |
217 #undef _WINSOCKAPI_ | 219 #undef _WINSOCKAPI_ |
218 | 220 |
219 /* Win32 Std C name mangling work-around */ | 221 /* Win32 Std C name mangling work-around */ |
220 #undef snprintf | 222 #undef snprintf |
221 | 223 |
222 /* Win32 Std C name mangling work-around */ | 224 /* Win32 Std C name mangling work-around */ |
223 #undef vsnprintf | 225 #undef vsnprintf |
OLD | NEW |