Smallish
authorSebastian Hammer <quinn@indexdata.com>
Mon, 17 Apr 1995 11:27:24 +0000 (11:27 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Mon, 17 Apr 1995 11:27:24 +0000 (11:27 +0000)
include/zaccess.h
kernel/Makefile

index d107371..a6d9990 100644 (file)
@@ -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 */
index ef0d10d..374c050 100644 (file)
@@ -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
 #
 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