Documentation & other details.
authorSebastian Hammer <quinn@indexdata.com>
Mon, 15 May 1995 11:55:13 +0000 (11:55 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Mon, 15 May 1995 11:55:13 +0000 (11:55 +0000)
Makefile
README
header.c

index b60aab3..cdb9d9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.9 1995-04-28 14:15:36 quinn Exp $
+# $Id: Makefile,v 1.10 1995-05-15 11:55:13 quinn Exp $
 
 # Define -DUSE_XTIMOSI to enable the xtimosi functionality. Remeber to
 # also modify the makefiles under yazlib/ and server/ (according the
 # comments found there). Uncomment RFC1006.
 
-DEFS=-DUSE_XTIMOSI
+DEFS=-DUSE_XTIMOSI -DDEBUG_MALLOC
 RFC1006=rfc1006
 
 #CC=
diff --git a/README b/README
index 0052d85..4a73ff8 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,8 @@
+
+ * Copyright (C) 1994, Index Data.
+ * All rights reserved. See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+
 Compilation and installation
 
 The primary output of the source here is the libyaz.a library, which
@@ -50,6 +55,8 @@ directory.
 
 The directories:
 
+doc     - Documentation. Check this out if you'd like to use the code.
+
 util    - Various little utility functions. Logging, memory debugging,
        primitive ISO2709 presentation for the client, etc.
 
@@ -65,8 +72,8 @@ yazlib  - This module primarily implements the transport transparency
        stack (COMSTACK). The comstack implements a generic interface
        for exchanging BER-encoded records over a network. It supports
        the American mode of exchanging the records straight over
-       TCP/IP, and Peter Furniss' XTIMOSI package over RFC1006. Look
-       for documentation in the file comstack.man.
+       TCP/IP, and uses Peter Furniss' XTIMOSI package over RFC1006.
+       Look for documentation in the file comstack.man.
 
 server  - This is the implementation of the server frontend. It
        It provides event-handling and server managament functions,
@@ -80,9 +87,9 @@ rfc1006 - Xtimosi requires an implementation of the OSI transport
        typically use). This module is not neeeded if you don't use
        xtimosi.
 
+include - The various header files.
+
 makelib - This is a simple utility that gathers the libraries from the
        previous modules into libyaz.a.
 
-include - The various header files.
-
-../lib  - The libraries. Primarily libyaz.a.
+lib     - The libraries. Primarily libyaz.a.
index 103b53b..3aa0c0f 100644 (file)
--- a/header.c
+++ b/header.c
@@ -1,10 +1,13 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
- * All rights reserved.
+ * Copyright (C) 1994, Index Data.
+ * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: header.c,v $
- * Revision 1.1  1995-03-10 18:22:18  quinn
+ * Revision 1.2  1995-05-15 11:55:15  quinn
+ * Documentation & other details.
+ *
+ * Revision 1.1  1995/03/10  18:22:18  quinn
  * Just the usual copyright-header.
  *
  */