/*
* mhcachesbr.h -- definitions for manipulating MIME content cache
*
* $Id: mhcachesbr.h,v 1.1.1.1 1999/04/30 18:08:34 doug Exp $
*/
/*
* various cache policies
*/
static struct swit caches[] = {
#define CACHE_NEVER 0
{ "never", 0 },
#define CACHE_PRIVATE 1
{ "private", 0 },
#define CACHE_PUBLIC 2
{ "public", 0 },
#define CACHE_ASK 3
{ "ask", 0 },
{ NULL, 0 }
};