applied 2 fixups from Igor Daniel

* xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
  from Igor
Daniel
This commit is contained in:
Daniel Veillard 2002-03-21 13:08:08 +00:00
parent 6fbcf42aa3
commit 9e537937a6
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
* xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
from Igor
Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
* xpath.c: fixing #75619, related to a problem when trying

View File

@ -167,11 +167,9 @@ extern void xmlCheckVersion(int version);
*
* Whether iconv support is available
*/
#if !defined(WIN32) || defined(__CYGWIN__)
#if @WITH_ICONV@
#define LIBXML_ICONV_ENABLED
#endif
#endif
/**
* LIBXML_DEBUG_ENABLED:

View File

@ -6,7 +6,6 @@
* daniel@veillard.com
*/
#define IN_LIBXML
#include "libxml.h"
#include <string.h>