From: Sebastian Hammer Date: Mon, 17 Apr 1995 11:27:24 +0000 (+0000) Subject: Smallish X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=ddcc36a186bc9099d6dd3b26c233da5efaf7d8df;p=egate.git Smallish --- diff --git a/include/zaccess.h b/include/zaccess.h index d107371..a6d9990 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: zaccess.h,v $ - * Revision 1.9 1995/02/23 08:32:12 adam + * Revision 1.10 1995/04/17 11:27:24 quinn + * Smallish + * + * Revision 1.9 1995/02/23 08:32:12 adam * Changed header. * * Revision 1.7 1995/02/17 13:59:06 quinn @@ -18,7 +21,7 @@ #define ZASS_ID "EUROPAGATE/DTB/ID" #define ZASS_NAME "EUROPAGATE E-mail/Z39.50 gateway" -#define ZASS_VERSION "development 0.1" +#define ZASS_VERSION "development 0.2" #define ZASS_MAXRECORDSIZE 10000 #define ZASS_PREFERREDMESSAGESIZE 10000 @@ -51,6 +54,7 @@ typedef struct zass_record { enum { + ZASS_REC_UNKNOWN=-1, ZASS_REC_DIAG=0, ZASS_REC_USMARC=10 } which; /* 0 = diagnostic, others according to z3950v3 */ diff --git a/kernel/Makefile b/kernel/Makefile index ef0d10d..374c050 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.14 1995/04/17 09:34:23 adam +# Revision 1.15 1995/04/17 11:27:29 quinn +# Smallish +# +# Revision 1.14 1995/04/17 09:34:23 adam # Timeout (idletime) adjustable. Minor changes in kernel. # # Revision 1.13 1995/03/27 12:51:04 adam @@ -50,9 +53,11 @@ # SHELL=/bin/sh -ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 -ZINC=-I$(ZPRE) -ZLIB=$(ZPRE)/libz3950.a +#ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 +#ZINC=-I$(ZPRE) +#ZLIB=$(ZPRE)/libz3950.a + +ZLIB=../../yaz/lib/libyaz.a INCLUDE=-I../include #CFLAGS=-g -Wall