68bd2be3d9d6475d0de59cbb8a818e9c8def9304
[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 };