2000-04-30 20:13:49 +00:00
|
|
|
--- defines.h.orig Fri Feb 18 13:18:42 2000
|
|
|
|
+++ defines.h Thu Mar 30 20:31:43 2000
|
|
|
|
@@ -27,7 +27,7 @@
|
1998-07-04 19:38:12 +00:00
|
|
|
/***** Change this, or use -c on the command line to specify it *****/
|
|
|
|
|
2000-04-30 20:13:49 +00:00
|
|
|
#ifndef SERVER_ROOT
|
|
|
|
-#define SERVER_ROOT "/etc/boa"
|
|
|
|
+#define SERVER_ROOT "%%PREFIX%%/etc"
|
|
|
|
#endif
|
1998-07-04 19:38:12 +00:00
|
|
|
|
|
|
|
/***** Various stuff that you may want to tweak, but probably shouldn't *****/
|
2000-04-30 20:13:49 +00:00
|
|
|
@@ -44,7 +44,7 @@
|
|
|
|
#define REQUEST_TIMEOUT 60
|
|
|
|
|
|
|
|
#define CGI_MIME_TYPE "application/x-httpd-cgi"
|
|
|
|
-#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin"
|
|
|
|
+#define DEFAULT_PATH "/bin:/usr/bin:%%PREFIX%%/bin"
|
1998-07-04 19:38:12 +00:00
|
|
|
|
2000-04-30 20:13:49 +00:00
|
|
|
/***** CHANGE ANYTHING BELOW THIS LINE AT YOUR OWN PERIL *****/
|
|
|
|
/***** You will probably introduce buffer overruns unless you know
|