VirtualBox

Changeset 58082 in vbox for trunk


Ignore:
Timestamp:
Oct 7, 2015 11:41:37 AM (9 years ago)
Author:
vboxsync
Message:

libxml2 windows

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  
    175175 * Whether the FTP support is configured in
    176176 */
    177 #ifndef VBOX
     177#if 0
    178178#define LIBXML_FTP_ENABLED
    179179#endif
     
    184184 * Whether the HTTP support is configured in
    185185 */
    186 #ifndef VBOX
     186#if 0
    187187#define LIBXML_HTTP_ENABLED
    188188#endif
     
    301301 * Whether Debugging module is configured in
    302302 */
    303 #if 1
     303#if 0
    304304#define LIBXML_DEBUG_ENABLED
    305305#endif
     
    406406 * Whether the Lzma support is compiled in
    407407 */
    408 #ifndef VBOX
     408#if 0
    409409#define LIBXML_LZMA_ENABLED
    410410#endif
  • trunk/src/libs/libxml2-2.9.2/include/libxml/xmlversion-win.h

    r58081 r58082  
    175175 * Whether the FTP support is configured in
    176176 */
    177 #ifndef VBOX
     177#if 0
    178178#define LIBXML_FTP_ENABLED
    179179#endif
     
    184184 * Whether the HTTP support is configured in
    185185 */
    186 #ifndef VBOX
     186#if 0
    187187#define LIBXML_HTTP_ENABLED
    188188#endif
     
    274274 * Whether iconv support is available
    275275 */
    276 #if 1
     276#if 0
    277277#define LIBXML_ICONV_ENABLED
    278278#endif
     
    301301 * Whether Debugging module is configured in
    302302 */
    303 #if 1
     303#if 0
    304304#define LIBXML_DEBUG_ENABLED
    305305#endif
     
    389389 * the string suffix used by dynamic modules (usually shared libraries)
    390390 */
    391 #define LIBXML_MODULE_EXTENSION ".so"
     391#define LIBXML_MODULE_EXTENSION ".dll"
    392392#endif
    393393
     
    406406 * Whether the Lzma support is compiled in
    407407 */
    408 #ifndef VBOX
     408#if 0
    409409#define LIBXML_LZMA_ENABLED
    410410#endif
  • trunk/src/libs/libxml2-2.9.2/win32/configure.js

    r58072 r58082  
    1515/* Configure file which contains the version and the output file where
    1616   we can store our build configuration. */
    17 var configFile = srcDirXml + "\\configure.in";
     17var configFile = srcDirXml + "\\configure.ac";
    1818var versionFile = ".\\config.msvc";
    1919/* Input and output files regarding the libxml features. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette