/* Heavily changed  -ml12/7/94 1:03pm. */
#if !defined(_H_CONF)
#define _H_CONF

/* #define DEBUG */
#define ORACLESERVER "/etc/oracleserver"
#ifndef NAME_PASSWD
#define NAME_PASSWD "www/w3ora"
#endif
#define DESCRIPTIONS_TABLE "descriptions"

#define ADMIN	"ocr"	/* administrator coordinates */
/* author coordinates */
#define OCR	"<a href=\"http://sundg0.jinr.dubna.su/~ocr/\">ocr</a>"

#define ME	"WORA"
#define BINARY	"/cgi-bin/wora"
#define EXPL_URL	"<a href=\"/test/wora/expl.html\">WORA form</a>"
#define WORAHOME	"<a href=\"/test/wora/\">WORA</a>"

/* some HTML */
#define DOCUMENT_TITLE "WORA at University of Bonn Medical Center"
#define DOCUMENT_H1_HEADER "<CENTER> University of Bonn Medical Center"\
                           "<P> WORA (WWW-ORACLE gate)</CENTER>"

/* for syslogging */
#define MY_LOGNAME	"worac"

/* sizes */
#define MAXENTRIES 100
#define MAXENTRYNAMELEN 32
#define MAXENTRYVALEN 32

#define MAXTABNAMELEN 32
#define MAXCOLS 20
#define MAXCOLNAMELEN 32

#define MAXSQLEN 1014	/* hardwired limit for sql statements */

#define MAXNRECS 1024	/* that can be changed from the form */
						/* it's really default limit for selections */
#define MAXNBYTES 65535

#endif /* guard */

