X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fnmemsdup.c;h=a0856ec8e05acd2e419128fb46b365b6bdf51700;hp=7b2a051737eef015c067130cde418d2ca8648deb;hb=fc6d778b923000b5c6ad8e108b0b184178a9d33f;hpb=262ce1bfa2a3bc7045217e59281b4b59938a7da8 diff --git a/src/nmemsdup.c b/src/nmemsdup.c index 7b2a051..a0856ec 100644 --- a/src/nmemsdup.c +++ b/src/nmemsdup.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: nmemsdup.c,v 1.7 2006-05-03 13:04:46 adam Exp $ + * $Id: nmemsdup.c,v 1.8 2006-07-06 10:17:53 adam Exp $ */ /** @@ -16,7 +16,7 @@ #include #include -#if HAVE_XML2 +#if YAZ_HAVE_XML2 #include #endif @@ -89,7 +89,7 @@ void nmem_strsplit(NMEM nmem, const char *delim, const char *dstr, } } -#if HAVE_XML2 +#if YAZ_HAVE_XML2 char *nmem_text_node_cdata(const void *ptr_cdata, NMEM nmem) { char *cdata;