ac_help="$ac_help
--enable-icmp Enable ICMP pinging"
ac_help="$ac_help
- --enable-delay-pools Enable delay pools to limit bandwith usage"
+ --enable-delay-pools Enable delay pools to limit bandwidth usage"
ac_help="$ac_help
--enable-mem-gen-trace Do trace of memory stuff"
ac_help="$ac_help
filesystem inodes than unlink.."
ac_help="$ac_help
--enable-underscores Squid by default rejects any host names with _
- in their name to conform with internet standars.
+ in their name to conform with internet standards.
If you disagree with this you may allow _ in
hostnames by using this switch, provided that
the resolver library on the host where Squid runs
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.218 2001/01/15 18:17:00 wessels Exp $
+dnl $Id: configure.in,v 1.219 2001/01/18 17:57:04 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.218 $)dnl
+AC_REVISION($Revision: 1.219 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
AC_SUBST(OPT_PINGER_EXE)
AC_ARG_ENABLE(delay-pools,
-[ --enable-delay-pools Enable delay pools to limit bandwith usage],
+[ --enable-delay-pools Enable delay pools to limit bandwidth usage],
[ if test "$enableval" = "yes" ; then
echo "Delay pools enabled"
DELAY_OBJS='$(DELAY_OBJS)'
dnl Enable underscore in hostnames
AC_ARG_ENABLE(underscores,
[ --enable-underscores Squid by default rejects any host names with _
- in their name to conform with internet standars.
+ in their name to conform with internet standards.
If you disagree with this you may allow _ in
hostnames by using this switch, provided that
the resolver library on the host where Squid runs