mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
Tried to close bug #60131 Daniel
* libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
This commit is contained in:
parent
bce623325c
commit
7cf5e44827
@ -1,3 +1,9 @@
|
||||
Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxml.h include/libxml/xmlversion.h.in
|
||||
include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
|
||||
Tried to close bug #60131
|
||||
|
||||
Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* SAX.c: fixed a bug in the HTML parser introduced Sep 9
|
||||
|
@ -50,13 +50,20 @@ extern void xmlCheckVersion(int version);
|
||||
*/
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
|
||||
|
||||
#if @WITH_TRIO@
|
||||
/**
|
||||
* WITH_TRIO:
|
||||
*
|
||||
* Whether the trio support need to be configured in
|
||||
* defined if the trio support need to be configured in
|
||||
*/
|
||||
#if @WITH_TRIO@
|
||||
#define WITH_TRIO
|
||||
#else
|
||||
/**
|
||||
* WITHOUT_TRIO:
|
||||
*
|
||||
* defined if the trio support should not be configured in
|
||||
*/
|
||||
#define WITHOUT_TRIO
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -51,13 +51,20 @@ extern void xmlCheckVersion(int version);
|
||||
*/
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(20403);
|
||||
|
||||
#if 0
|
||||
/**
|
||||
* WITH_TRIO:
|
||||
*
|
||||
* Whether the trio support need to be configured in
|
||||
* defined if the trio support need to be configured in
|
||||
*/
|
||||
#if 0
|
||||
#define WITH_TRIO
|
||||
#else
|
||||
/**
|
||||
* WITHOUT_TRIO:
|
||||
*
|
||||
* defined if the trio support should not be configured in
|
||||
*/
|
||||
#define WITHOUT_TRIO
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -51,13 +51,20 @@ extern void xmlCheckVersion(int version);
|
||||
*/
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
|
||||
|
||||
#if 0
|
||||
/**
|
||||
* WITH_TRIO:
|
||||
*
|
||||
* Whether the trio support need to be configured in
|
||||
* defined if the trio support need to be configured in
|
||||
*/
|
||||
#if 0
|
||||
#define WITH_TRIO
|
||||
#else
|
||||
/**
|
||||
* WITHOUT_TRIO:
|
||||
*
|
||||
* defined if the trio support should not be configured in
|
||||
*/
|
||||
#define WITHOUT_TRIO
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user