For Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2,XSLT,EXSLT) in
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Jul 2006 10:17:51 +0000 (10:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Jul 2006 10:17:51 +0000 (10:17 +0000)
commitfc6d778b923000b5c6ad8e108b0b184178a9d33f
tree9ccbf5745bb01398e605f8a49d983da77aaf22e3
parent262ce1bfa2a3bc7045217e59281b4b59938a7da8
For Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2,XSLT,EXSLT) in
the compitation phase, but also for yaz-config --cflags output. This
allows us to have public headers with Libxml2 stuff in them . It should
also, eventually, make Libxml2 checks redundant in packages using
YAZ, such as yazproxy.
28 files changed:
buildconf.sh
client/client.c
configure.ac
include/yaz/xmlquery.h
src/libxml2_error.c
src/marcdisp.c
src/nfaxml.c
src/nmemsdup.c
src/record_conv.c
src/retrieval.c
src/seshigh.c
src/soap.c
src/srw.c
src/srwutil.c
src/statserv.c
src/xmlquery.c
src/zoom-c.c
test/nfaxmltest1.c
test/tst_record_conv.c
test/tst_retrieval.c
test/tstsoap1.c
test/tstsoap2.c
test/tstxmlquery.c
util/marcdump.c
util/srwtst.c
util/yaz-xmlquery.c
win/makefile
yaz-config.in