]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 10 Nov 2002 11:14:55 +0000 (11:14 +0000)
committerhno <>
Sun, 10 Nov 2002 11:14:55 +0000 (11:14 +0000)
configure

index 2f01e092d50bc85eccc7eace1053e79509f858ad..ae15c368b25b82a9ea746495be89fe4ecb69d082 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.301 .
+# From configure.in Revision: 1.302 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -4064,24 +4064,28 @@ _ACEOF
 
 fi;
 
+use_carp=1
 # Check whether --enable-carp or --disable-carp was given.
 if test "${enable_carp+set}" = set; then
   enableval="$enable_carp"
    if test "$enableval" = "no" ; then
     echo "CARP disabled"
+    use_carp=0
+  fi
+
+fi;
+if test $use_carp = 1; then
 
 cat >>confdefs.h <<\_ACEOF
-#define USE_CARP 0
+#define USE_CARP 1
 _ACEOF
 
-  else
+else
     cat >>confdefs.h <<\_ACEOF
 #define USE_CARP 1
 _ACEOF
 
-  fi
-
-fi;
+fi
 
 # Check whether --enable-async-io or --disable-async-io was given.
 if test "${enable_async_io+set}" = set; then
@@ -4334,24 +4338,28 @@ _ACEOF
 
 fi;
 
+use_wccp=1
 # Check whether --enable-wccp or --disable-wccp was given.
 if test "${enable_wccp+set}" = set; then
   enableval="$enable_wccp"
    if test "$enableval" = "no" ; then
     echo "Web Cache Coordination Protocol disabled"
+    use_wccp=0
+  fi
+
+fi;
+if test $use_wccp = 1; then
 
 cat >>confdefs.h <<\_ACEOF
-#define USE_WCCP 0
+#define USE_WCCP 1
 _ACEOF
 
-  else
+else
     cat >>confdefs.h <<\_ACEOF
-#define USE_WCCP 1
+#define USE_WCCP 0
 _ACEOF
 
-  fi
-
-fi;
+fi
 
 # Check whether --enable-kill-parent-hack or --disable-kill-parent-hack was given.
 if test "${enable_kill_parent_hack+set}" = set; then
@@ -4710,24 +4718,28 @@ esac
 
 fi;
 
+http_violations=1
 # Check whether --enable-http-violations or --disable-http-violations was given.
 if test "${enable_http_violations+set}" = set; then
   enableval="$enable_http_violations"
    if test "$enableval" = "no" ; then
     echo "Disabling HTTP Violations"
+    http_violations=0
+  fi
+
+fi;
+if test $http_violations = 1; then
 
 cat >>confdefs.h <<\_ACEOF
-#define HTTP_VIOLATIONS 0
+#define HTTP_VIOLATIONS 1
 _ACEOF
 
-  else
+else
     cat >>confdefs.h <<\_ACEOF
-#define HTTP_VIOLATIONS 1
+#define HTTP_VIOLATIONS 0
 _ACEOF
 
-  fi
-
-fi;
+fi
 
 # Check whether --enable-ipf-transparent or --disable-ipf-transparent was given.
 if test "${enable_ipf_transparent+set}" = set; then
@@ -4818,24 +4830,28 @@ fi
 
 fi;
 
+use_ident=1
 # Check whether --enable-ident-lookups or --disable-ident-lookups was given.
 if test "${enable_ident_lookups+set}" = set; then
   enableval="$enable_ident_lookups"
    if test "$enableval" = "no" ; then
     echo "Disabling Ident Lookups"
+    use_ident=0
+  fi
+
+fi;
+if test $use_ident = 1; then
 
 cat >>confdefs.h <<\_ACEOF
-#define USE_IDENT 0
+#define USE_IDENT 1
 _ACEOF
 
-  else
+else
     cat >>confdefs.h <<\_ACEOF
-#define USE_IDENT 1
+#define USE_IDENT 0
 _ACEOF
 
-  fi
-
-fi;
+fi
 
 
 
@@ -5124,11 +5140,6 @@ if test "${enable_mempools+set}" = set; then
 
 cat >>confdefs.h <<\_ACEOF
 #define DISABLE_POOLS 1
-_ACEOF
-
-  else
-    cat >>confdefs.h <<\_ACEOF
-#define DISABLE_POOLS 0
 _ACEOF
 
   fi