File: zipconst.h

package info (click to toggle)
avfs 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,916 kB
  • sloc: ansic: 31,364; sh: 6,482; perl: 1,916; makefile: 351
file content (38 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
    AVFS: A Virtual File System Library
    Copyright (C) 1998-1999  Miklos Szeredi <miklos@szeredi.hu>
    
    This program can be distributed under the terms of the GNU GPL.
    See the file COPYING.
*/

#define OS_MSDOS       0
#define OS_AMIGA       1
#define OS_VMS         2
#define OS_UNIX        3
#define OS_VM_CMS      4
#define OS_ARARI       5
#define OS_HPFS        6
#define OS_MAC         7
#define OS_Z_SYSTEM    8
#define OS_CPM         9
#define OS_TOPS20      10
#define OS_NT          11
#define OS_QDOS        12
#define OS_ACORN       13
#define OS_WIN95       14
#define OS_MVS         15
#define OS_BEOS        16
#define OS_TANDEM      17

#define METHOD_STORE       0
#define METHOD_SHRINK      1
#define METHOD_REDUCE1     2
#define METHOD_REDUCE2     3
#define METHOD_REDUCE3     4
#define METHOD_REDUCE4     5
#define METHOD_IMPLODE     6
#define METHOD_TOKENIZE    7
#define METHOD_DEFLATE     8
#define METHOD_ENHDEFLATE  9
#define METHOD_DCLIMPLODE  10