#! /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.
#
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
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
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
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
cat >>confdefs.h <<\_ACEOF
#define DISABLE_POOLS 1
-_ACEOF
-
- else
- cat >>confdefs.h <<\_ACEOF
-#define DISABLE_POOLS 0
_ACEOF
fi