summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-aa
blob: 635b0d10bf54bb2c0685616e83d87dbe2abce0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
--- src/Makefile.in.orig	Fri Oct 24 19:57:11 1997
+++ src/Makefile.in	Sat May 23 22:31:58 1998
@@ -5,19 +5,19 @@
 #
 #  Uncomment and customize the following to suit your needs:
 #
-HOST_OPT	= # -DCACHEMGR_HOSTNAME="getfullhostname()"
-AUTH_OPT	= # -DUSE_PROXY_AUTH=1
-LOG_HDRS_OPT	= # -DLOG_FULL_HEADERS=1
-ICMP_OPT	= # -DUSE_ICMP=1
-DELAY_HACK      = # -DDELAY_HACK=1
-USERAGENT_OPT	= # -DUSE_USERAGENT_LOG=1
-KILL_PARENT_OPT	= # -DKILL_PARENT_OPT
-USE_POLL_OPT    = # -DUSE_POLL
+#HOST_OPT	= # -DCACHEMGR_HOSTNAME="getfullhostname()"
+#AUTH_OPT	= # -DUSE_PROXY_AUTH=1
+#LOG_HDRS_OPT	= # -DLOG_FULL_HEADERS=1
+#ICMP_OPT	= # -DUSE_ICMP=1
+#DELAY_HACK      = # -DDELAY_HACK=1
+#USERAGENT_OPT	= # -DUSE_USERAGENT_LOG=1
+#KILL_PARENT_OPT	= # -DKILL_PARENT_OPT
+#USE_POLL_OPT    = # -DUSE_POLL
 # do NOT define both USE_SPLAY_TREE and USE_BIN_TREE at the same time!
-USE_SPLAY_TREE  = # -DUSE_SPLAY_TREE
-USE_BIN_TREE    = # -DUSE_BIN_TREE
-RELOAD_INTO_IMS	= # -DRELOAD_INTO_IMS
-UNDERSCORES_OPT = # -DALLOW_HOSTNAME_UNDERSCORES
+#USE_SPLAY_TREE  = # -DUSE_SPLAY_TREE
+#USE_BIN_TREE    = # -DUSE_BIN_TREE
+#RELOAD_INTO_IMS	= # -DRELOAD_INTO_IMS
+#UNDERSCORES_OPT = # -DALLOW_HOSTNAME_UNDERSCORES
 
 DEFINES         = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \
                   $(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \
@@ -199,14 +199,14 @@
 		echo "mkdir $(sysconfdir)"; \
 		mkdir $(sysconfdir); \
 	fi
-	-@if test ! -d $(localstatedir); then \
-		echo "mkdir $(localstatedir)"; \
-		mkdir $(localstatedir); \
-	fi
-	-@if test ! -d $(localstatedir)/logs; then \
-		echo "mkdir $(localstatedir)/logs"; \
-		mkdir $(localstatedir)/logs; \
-	fi
+#	-@if test ! -d $(localstatedir); then \
+#		echo "mkdir $(localstatedir)"; \
+#		mkdir $(localstatedir); \
+#	fi
+#	-@if test ! -d $(localstatedir)/logs; then \
+#		echo "mkdir $(localstatedir)/logs"; \
+#		mkdir $(localstatedir)/logs; \
+#	fi
 
 # Michael Lupp <mike@nemesis.saar.de> wants to know about additions
 # to the install target.