77caabf5dcb4585e47c7a34d223088243a84b9e1
[mmh] / h / mhcachesbr.h
1 /*
2 ** mhcachesbr.h -- definitions for manipulating MIME content cache
3 */
4
5 /*
6 ** various cache policies
7 */
8 static struct swit caches[] = {
9 #define CACHE_NEVER    0
10         { "never", 0 },
11 #define CACHE_PRIVATE  1
12         { "private", 0 },
13 #define CACHE_PUBLIC   2
14         { "public", 0 },
15 #define CACHE_ASK      3
16         { "ask", 0 },
17         { NULL, 0 }
18 };