From b55863481a30014e98fcd1fbd3d8abe8f109872d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Nov 1995 16:31:19 +0000 Subject: [PATCH] Temporary remove of ccl entry. --- Makefile | 6 +++--- www/Makefile | 9 ++++++--- www/query.egw | 16 ++++++++++------ www/wproto.c | 6 +++++- 4 files changed, 24 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index b1383ed..471437b 100644 --- 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 diff --git a/www/Makefile b/www/Makefile index c8af615..5d2bc73 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/query.egw b/www/query.egw index 88b7cf2..79ad442 100644 --- a/www/query.egw +++ b/www/query.egw @@ -4,7 +4,7 @@ { -# $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 "
\n" } } -

-Alternatively you can enter your query in - CCL here:
-
-


+ +{ + if {0} { + html {

Alternatively you can enter your query in } + html { CCL here:
} + html {
} + html "


\n" + } +}

Various technical parameters:


{ diff --git a/www/wproto.c b/www/wproto.c index ff283de..f46d710 100644 --- a/www/wproto.c +++ b/www/wproto.c @@ -41,7 +41,10 @@ * 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 +#include #include #include #include -- 1.7.10.4