Temporary remove of ccl entry.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Nov 1995 16:31:19 +0000 (16:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Nov 1995 16:31:19 +0000 (16:31 +0000)
Makefile
www/Makefile
www/query.egw
www/wproto.c

index b1383ed..471437b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Top level Makefile for Email gateway.
 # Europagate, 1994-1995.
 #
-# $Id: Makefile,v 1.26 1995/10/20 11:49:11 adam Exp $
+# $Id: Makefile,v 1.27 1995/11/14 16:31:19 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
@@ -10,8 +10,8 @@ CPP=$(CC) -E
 LIBDIR=/usr/local/lib/emailgw
 
 # GNU regex package location
-#REGEXOBJ=../../regex-0.12/regex.o
-#REGEXINC=-I../../regex-0.12
+#REGEXOBJ=/usr/local/gnu/regex-0.12/regex.o
+#REGEXINC=-I/usr/local/gnu/regex-0.12
 
 # Other libraries libraries needed on some systems
 #NETLIB=-lnsl -lsocket
index c8af615..5d2bc73 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.16  1995/11/14 16:01:50  adam
+# Revision 1.17  1995/11/14 16:31:35  adam
+# Temporary remove of ccl entry.
+#
+# Revision 1.16  1995/11/14  16:01:50  adam
 # Bug fix: didn't use correct database(s) when 'all' checkbox was selected.
 #
 # Revision 1.15  1995/11/13  18:17:46  adam
@@ -64,12 +67,12 @@ SHELL=/bin/sh
 ZDEFS=
 ZINC=-I../../yaz/include
 ZLIB=../../yaz/lib/libyaz.a
-#MOSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a
+MOSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a
 LIBIRTCL=/usr/local/lib/libirtcl.a $(ZLIB) $(MOSILIB)
 #NETLIB=-lnsl -lsocket
 #
 OLIB=../lib/util.a ../lib/libres+log.a 
-TCLLIB=/usr/local/lib/libtcl.a
+TCLLIB=/usr/local/lib/libtcl7.4.a
 #
 WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw z39util.tcl \
  mtargets.egw mquery.egw msearch.egw
index 88b7cf2..79ad442 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: query.egw,v 1.17 1995/11/14 16:01:50 adam Exp $
+# $Id: query.egw,v 1.18 1995/11/14 16:31:36 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -163,11 +163,15 @@ proc ok-response {} {
         html "<br>\n"
     }
 }
-<hr><p>
-Alternatively you can enter your query in
-<a href="http://www.dtv.dk/ccl.html"> CCL </a> here: <br>
-<input type=text name="cclentry" size=52> <br>
-<hr>
+
+{
+    if {0} {
+    html {<hr><p>Alternatively you can enter your query in }
+    html {<a href="http://www.dtv.dk/ccl.html"> CCL </a> here: <br>}
+    html {<input type=text name="cclentry" size=52> <br>}
+    html "<hr>\n"
+    }
+}
 <input type=submit value="Search"><input type=reset value="Reset">
 <h3> Various technical parameters: </h3> <br>
 {
index ff283de..f46d710 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wproto.c,v $
- * Revision 1.8  1995/11/13 15:41:45  adam
+ * Revision 1.9  1995/11/14 16:31:36  adam
+ * Temporary remove of ccl entry.
+ *
+ * Revision 1.8  1995/11/13  15:41:45  adam
  * Arrow gifs.
  * Gateway uses record element set names B(rief) and F(ull).
  * Bug fix. Didn't save idAuthentication correctly.
@@ -75,6 +78,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 #include <sys/time.h>
 #include <sys/types.h>