Omit definitions of xmlNode and xmlDocPtr if YAZ_HAVE_XML2 is unset.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 16 Oct 2008 08:36:24 +0000 (10:36 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 16 Oct 2008 08:36:24 +0000 (10:36 +0200)
When YAZ is compiled without Libxml2 support (YAZ_HAVE_XML2 is unset),
the types xmlNode and xmlDocPtr are no longer defined in xmltypes.h.
Problem was that these dummy definitions could clash with other apps that
used Libxml2 anyway.


No differences found