blob: 023f711c9236786df23c1bfe32c90ae2ab20c629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- path.h.orig Sat Jul 25 03:03:13 1998
+++ path.h Mon Nov 8 18:15:30 1999
@@ -7,6 +7,8 @@
/* change this to the path, which contains your jesred.conf */
+#ifndef DEFAULT_PATH
#define DEFAULT_PATH "/local/squid/etc"
+#endif
#endif
|