| 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. */ | 7 /* Define to 1 if you have the `asctime' function. */ |
| 8 #define HAVE_ASCTIME 1 | 8 #define HAVE_ASCTIME 1 |
| 9 | 9 |
| 10 /* Define to 1 if you have the `clock_gettime' function. */ | 10 /* Define to 1 if you have the `clock_gettime' function. */ |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 | 141 |
| 142 /* Define to 1 if you have the `vsprintf' function. */ | 142 /* Define to 1 if you have the `vsprintf' function. */ |
| 143 #define HAVE_VSPRINTF 1 | 143 #define HAVE_VSPRINTF 1 |
| 144 | 144 |
| 145 /* Define to 1 if you have the <xlocale.h> header file. */ | 145 /* Define to 1 if you have the <xlocale.h> header file. */ |
| 146 #define HAVE_XLOCALE_H 1 | 146 #define HAVE_XLOCALE_H 1 |
| 147 | 147 |
| 148 /* Define to 1 if you have the `_stat' function. */ | 148 /* Define to 1 if you have the `_stat' function. */ |
| 149 /* #undef HAVE__STAT */ | 149 /* #undef HAVE__STAT */ |
| 150 | 150 |
| 151 /* Define to the sub-directory in which libtool stores uninstalled libraries. | 151 /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 152 */ | |
| 153 #define LT_OBJDIR ".libs/" | 152 #define LT_OBJDIR ".libs/" |
| 154 | 153 |
| 155 /* Name of package */ | 154 /* Name of package */ |
| 156 #define PACKAGE "libxslt" | 155 #define PACKAGE "libxslt" |
| 157 | 156 |
| 158 /* Define to the address where bug reports for this package should be sent. */ | 157 /* Define to the address where bug reports for this package should be sent. */ |
| 159 #define PACKAGE_BUGREPORT "" | 158 #define PACKAGE_BUGREPORT "" |
| 160 | 159 |
| 161 /* Define to the full name of this package. */ | 160 /* Define to the full name of this package. */ |
| 162 #define PACKAGE_NAME "" | 161 #define PACKAGE_NAME "" |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 /* #undef _POSIX_SOURCE */ | 214 /* #undef _POSIX_SOURCE */ |
| 216 | 215 |
| 217 /* Using the Win32 Socket implementation */ | 216 /* Using the Win32 Socket implementation */ |
| 218 /* #undef _WINSOCKAPI_ */ | 217 /* #undef _WINSOCKAPI_ */ |
| 219 | 218 |
| 220 /* Win32 Std C name mangling work-around */ | 219 /* Win32 Std C name mangling work-around */ |
| 221 /* #undef snprintf */ | 220 /* #undef snprintf */ |
| 222 | 221 |
| 223 /* Win32 Std C name mangling work-around */ | 222 /* Win32 Std C name mangling work-around */ |
| 224 /* #undef vsnprintf */ | 223 /* #undef vsnprintf */ |
| OLD | NEW |