- Timestamp:
- Oct 7, 2015 11:41:37 AM (9 years ago)
- Location:
- trunk/src/libs/libxml2-2.9.2
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.2/include/libxml/xmlversion-default.h
r58081 r58082 175 175 * Whether the FTP support is configured in 176 176 */ 177 #if ndef VBOX177 #if 0 178 178 #define LIBXML_FTP_ENABLED 179 179 #endif … … 184 184 * Whether the HTTP support is configured in 185 185 */ 186 #if ndef VBOX186 #if 0 187 187 #define LIBXML_HTTP_ENABLED 188 188 #endif … … 301 301 * Whether Debugging module is configured in 302 302 */ 303 #if 1303 #if 0 304 304 #define LIBXML_DEBUG_ENABLED 305 305 #endif … … 406 406 * Whether the Lzma support is compiled in 407 407 */ 408 #if ndef VBOX408 #if 0 409 409 #define LIBXML_LZMA_ENABLED 410 410 #endif -
trunk/src/libs/libxml2-2.9.2/include/libxml/xmlversion-win.h
r58081 r58082 175 175 * Whether the FTP support is configured in 176 176 */ 177 #if ndef VBOX177 #if 0 178 178 #define LIBXML_FTP_ENABLED 179 179 #endif … … 184 184 * Whether the HTTP support is configured in 185 185 */ 186 #if ndef VBOX186 #if 0 187 187 #define LIBXML_HTTP_ENABLED 188 188 #endif … … 274 274 * Whether iconv support is available 275 275 */ 276 #if 1276 #if 0 277 277 #define LIBXML_ICONV_ENABLED 278 278 #endif … … 301 301 * Whether Debugging module is configured in 302 302 */ 303 #if 1303 #if 0 304 304 #define LIBXML_DEBUG_ENABLED 305 305 #endif … … 389 389 * the string suffix used by dynamic modules (usually shared libraries) 390 390 */ 391 #define LIBXML_MODULE_EXTENSION ". so"391 #define LIBXML_MODULE_EXTENSION ".dll" 392 392 #endif 393 393 … … 406 406 * Whether the Lzma support is compiled in 407 407 */ 408 #if ndef VBOX408 #if 0 409 409 #define LIBXML_LZMA_ENABLED 410 410 #endif -
trunk/src/libs/libxml2-2.9.2/win32/configure.js
r58072 r58082 15 15 /* Configure file which contains the version and the output file where 16 16 we can store our build configuration. */ 17 var configFile = srcDirXml + "\\configure. in";17 var configFile = srcDirXml + "\\configure.ac"; 18 18 var versionFile = ".\\config.msvc"; 19 19 /* Input and output files regarding the libxml features. */
Note:
See TracChangeset
for help on using the changeset viewer.