From: Adam Dickmeiss Date: Fri, 23 May 2003 08:52:35 +0000 (+0000) Subject: Compilation now works again X-Git-Tag: YAZ.2.0.2.RH.2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e86e4e21d03623a97e7976fe737cb9644926ca54 Compilation now works again --- diff --git a/client/client.c b/client/client.c index 38ea168..4afeda1 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.197 2003-05-22 23:55:19 mike Exp $ + * $Id: client.c,v 1.198 2003-05-23 08:52:35 adam Exp $ */ #include @@ -61,10 +61,10 @@ static char *codeset = 0; /* character set for output */ static ODR out, in, print; /* encoding and decoding streams */ -#ifdef THESE_ARE_NOT_USED +#if HAVE_XML2 static ODR srw_sr_odr_out = 0; static Z_SRW_PDU *srw_sr = 0; -#endif /*THESE_ARE_NOT_USED*/ +#endif static FILE *apdu_file = 0; static FILE *ber_file = 0; static COMSTACK conn = 0; /* our z-association */