X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstsoap1.c;h=2290e83ca07f80aea94a4bebea617447b8063250;hb=94d223d5f74b0bf34fc7d3789ab3ca59d86152d6;hp=7da696782942b125b0e969292fad1337856f6f64;hpb=dcc6cbe2a1c328c1d59f7ff350e7cd9e8a3b5a85;p=yaz-moved-to-github.git diff --git a/test/tstsoap1.c b/test/tstsoap1.c index 7da6967..2290e83 100644 --- a/test/tstsoap1.c +++ b/test/tstsoap1.c @@ -2,18 +2,18 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap1.c,v 1.6 2006-01-30 16:58:06 adam Exp $ + * $Id: tstsoap1.c,v 1.7 2006-07-06 10:17:55 adam Exp $ */ #include -#if HAVE_XML2 +#if YAZ_HAVE_XML2 #include #endif #include void tst() { -#if HAVE_XML2 +#if YAZ_HAVE_XML2 xmlChar *buf_out; int len_out; xmlDocPtr doc; @@ -38,14 +38,14 @@ void tst() #endif -/* HAVE_XML2 */ +/* YAZ_HAVE_XML2 */ #endif } int main(int argc, char **argv) { YAZ_CHECK_INIT(argc, argv); -#if HAVE_XML2 +#if YAZ_HAVE_XML2 LIBXML_TEST_VERSION; #endif tst();