version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
/* Define as __inline if that's what the C compiler calls it. */ | /* Define as __inline if that's what the C compiler calls it. */ | |||
#undef inline | #undef inline | |||
/* Start of definitions for compression information - put in generic | ||||
* defaults that may work | ||||
*/ | ||||
#define COMPRESS "compress" | ||||
#define UNCOMPRESS "uncompress" | ||||
#define GZIP "gzip" | ||||
#define GUNZIP "gunzip" | ||||
#define BZIP "bzip2" | ||||
#define BUNZIP "bunzip2" |
Legend:
|