dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.317 2003/02/01 13:42:13 hno Exp $
+dnl $Id: configure.in,v 1.318 2003/02/02 12:55:23 robertc Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 3.0-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.317 $)dnl
+AC_REVISION($Revision: 1.318 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
case "$fs" in
diskd)
STORE_MODULE_SUBDIRS="$STORE_MODULE_SUBDIRS $fs"
+ STORE_PROGRAMS="$STORE_PROGRAMS diskd/diskd"
;;
aufs)
if test -z "$with_pthreads"; then
fi
AC_SUBST(STORE_MODULES)
+AC_SUBST(STORE_PROGRAMS)
AC_SUBST(STORE_MODULE_SUBDIRS)
dnl --enable-heap-replacement compability option
/*
- * $Id: comm_select.cc,v 1.66 2003/01/29 03:45:20 hno Exp $
+ * $Id: comm_select.cc,v 1.67 2003/02/02 12:55:23 robertc Exp $
*
* DEBUG: section 5 Socket Functions
*
*/
#include "squid.h"
-#include "Store.h"
#ifdef USE_SELECT
+#include "Store.h"
+#include "fde.h"
static int MAX_POLL_TIME = 1000; /* see also comm_quick_poll_required() */
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2003/01/27 09:49:08 robertc Exp $
+# $Id: Makefile.am,v 1.6 2003/02/02 12:55:27 robertc Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
diskd/store_diskd.h \
diskd/store_io_diskd.cc
-libexec_PROGRAMS = diskd/diskd
+EXTRA_PROGRAMS = diskd/diskd
+libexec_PROGRAMS = @STORE_PROGRAMS@
diskd_diskd_SOURCES = diskd/diskd.cc diskd/dio.h
diskd_diskd_LDADD = $(top_builddir)/lib/libmiscutil.a @XTRA_LIBS@