Squid-2.3.DEVEL2: Show usable filesystem space in cachemgr, not raw
Change cachemgr Store Directory Stats to show space available to Squid
rather than raw filesystem space (some space are available to root only)
Also extend the support for this on Linux.
hno squid-2.3.STABLE1.FreeBSD_statfs.patch
Squid-2.3.STABLE1: FreeBSD 3.3 statfs
FreeBSD requires sys/mount.h for statfs().
- allow-miss cache_peer option disabling the use of "only-if-cached".
Meant to be used in conjunction with icp_hit_stale.
- Delay pools tuned to allow large initial pool values
+ - cachemgr filesystem space information changed to show useable space
+ rather than raw space, and platform support somewhat extended.
Changes to Squid-2.4.DEVEL2 ():
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.184 2000/05/01 21:14:57 hno Exp $
+dnl $Id: configure.in,v 1.185 2000/05/02 19:22:00 hno Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.184 $)dnl
+AC_REVISION($Revision: 1.185 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
strings.h \
sys/file.h \
sys/ioctl.h \
+ sys/mount.h \
sys/msg.h \
sys/param.h \
sys/resource.h \
sys/socket.h \
sys/stat.h \
sys/statvfs.h \
+ sys/vfs.h \
sys/syscall.h \
sys/time.h \
sys/types.h \
snprintf \
srand48 \
srandom \
+ statfs \
sysconf \
syslog \
timegm \
/* Define if you have the <sys/msg.h> header file. */
#undef HAVE_SYS_MSG_H
+/* Define if you have the <sys/mount.h> header file. */
+#undef HAVE_SYS_MOUNT_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H