From 069977745832f79608e732d7f1f433eade791f31 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 31 Jul 2002 14:06:29 +0000 Subject: [PATCH] Enabling ILL in test server (again) --- ztest/ztest.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ztest/ztest.c b/ztest/ztest.c index a021b64..7241d5f 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data. * See the file LICENSE for details. * - * $Id: ztest.c,v 1.52 2002-03-18 21:33:48 adam Exp $ + * $Id: ztest.c,v 1.53 2002-07-31 14:06:29 adam Exp $ */ /* @@ -16,9 +16,7 @@ #include #include -#if YAZ_MODULE_ill #include -#endif Z_GenericRecord *dummy_grs_record (int num, ODR o); char *dummy_marc_record (int num, ODR odr); @@ -99,7 +97,6 @@ int ztest_esrequest (void *handle, bend_esrequest_rr *rr) yaz_log(LOG_LOG, "setId: %s", n->resultSetItem->resultSetId); yaz_log(LOG_LOG, "item: %d", *n->resultSetItem->item); } -#if YAZ_MODULE_ill if (n->itemRequest) { Z_External *r = (Z_External*) n->itemRequest; @@ -177,7 +174,6 @@ int ztest_esrequest (void *handle, bend_esrequest_rr *rr) *item_req->protocol_version_num); } } -#endif if (k) { -- 1.7.10.4