SQUID_DEFINE_BOOL([FOLLOW_X_FORWARDED_FOR],$enable_follow_x_forwarded_for,
[Enable following X-Forwarded-For headers])
-squid_opt_use_ident="yes"
AC_ARG_ENABLE(ident-lookups,
AS_HELP_STRING([--disable-ident-lookups],
[Remove code that supports performing Ident (RFC 931) lookups.]), [
SQUID_YESNO([$enableval],[unrecognized argument to --disable-ident-lookups: $enableval])
- squid_opt_use_ident=$enableval
])
-AC_MSG_NOTICE([Support for Ident lookups enabled: $squid_opt_use_ident])
-SQUID_DEFINE_BOOL(USE_IDENT,$squid_opt_use_ident,[Support for Ident (RFC 931) lookups])
+AC_MSG_NOTICE([Support for Ident lookups enabled: ${enable_ident_lookups:=yes}])
+SQUID_DEFINE_BOOL(USE_IDENT,$enable_ident_lookups,[Support for Ident (RFC 931) lookups])
squid_opt_use_dnsserver="no"
AH_TEMPLATE(USE_DNSSERVERS,