Keywords:
Add new needed objects into its build recipe.
Add <cassert> for STL safe assert definition.
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.84 2003/07/15 12:21:36 robertc Exp $
+# $Id: Makefile.am,v 1.85 2003/07/15 13:15:04 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
StoreMetaURL.h \
StoreMetaVary.cc \
StoreMetaVary.h \
+ StoreSwapLogData.cc \
+ StoreSwapLogData.h \
access_log.cc \
acl.cc \
ACLChecklist.cc \
ETag.cc \
event.cc \
external_acl.cc \
+ ExternalACLEntry.cc \
fd.cc \
fde.cc \
fde.h \
/*
- * $Id: ufsdump.cc,v 1.2 2003/02/21 22:50:12 robertc Exp $
+ * $Id: ufsdump.cc,v 1.3 2003/07/15 13:15:04 robertc Exp $
*
* DEBUG: section 0 UFS Store Dump
* AUTHOR: Robert Collins
#undef free
#include <stdexcept>
#include <iostream>
+#include <cassert>
void shut_down(int)
{}