Reporter: Warren Jones Tue Mar 26 17:28:31 1996 Not a bug. It's just nice to be able to define things like CONFILE and DOCURL in the Makefile, overriding values in wwwwais.c Index: wwwwais.c =================================================================== RCS file: /usr0/wjones/src/CVS.repo/wwwwais/wwwwais.c,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 wwwwais.c *** wwwwais.c 1995/10/18 19:35:41 1.1.1.1 --- wwwwais.c 1995/10/20 18:47:42 *************** *** 27,35 **** --- 27,37 ---- /* You will need to define the following option! */ + #ifndef CONFFILE #define CONFFILE "/usr/local/httpd/conf/wwwwais.conf" /* The configuration file for wwwwais that holds all the defaults. */ + #endif /* End of user-definable options */ *************** *** 43,49 **** --- 45,53 ---- #define VERSION "2.5" #define WAISTITLE "WAIS Gateway" #define VERSTITLE "WAIS Gateway Version Information" + #ifndef DOCURL #define DOCURL "http://www.eit.com/software/wwwwais/wwwwais.html" + #endif #define TIMEOUT 45 #define MAXARGS 100 #define MAXARGLEN 1000