source: trunk/third/nmh/h/mhcachesbr.h @ 12455

Revision 12455, 406 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
Line 
1
2/*
3 * mhcachesbr.h -- definitions for manipulating MIME content cache
4 *
5 * $Id: mhcachesbr.h,v 1.1.1.1 1999-02-07 18:14:06 danw Exp $
6 */
7
8/*
9 * various cache policies
10 */
11static struct swit caches[] = {
12#define CACHE_NEVER    0
13    { "never", 0 },
14#define CACHE_PRIVATE  1
15    { "private", 0 },
16#define CACHE_PUBLIC   2
17    { "public", 0 },
18#define CACHE_ASK      3
19    { "ask", 0 },
20    { NULL, 0 }
21};
Note: See TracBrowser for help on using the repository browser.