AC_MSG_ERROR(storeio $module does not exist)
fi
done
+ for module in $STORE_MODULES_FULL; do
+ if test "$module" = "coss"; then
+ echo "WARNING: COSS Support is not stable yet in Squid-3. Please do not use."
+ sleep 10;
+ fi
+ done
AC_MSG_NOTICE([Store modules built: $STORE_MODULES])
fi
dnl remove all but diskd - its the only module that needs to recurse
-#error COSS Support is not stable yet in Squid-3. Please do not use.
/*
* $Id$
* vim: set et :
#include "ConfigOption.h"
#include "StoreFScoss.h"
#include "Parsing.h"
+#include "swap_log_op.h"
#define STORE_META_BUFSZ 4096