make things work on SunOS
This commit is contained in:
parent
e637c944fe
commit
a0f1e21ff9
19 changed files with 43 additions and 20 deletions
|
|
@ -34,7 +34,8 @@ enum
|
|||
GZOSACORN = 13, /* Acorn RISCOS */
|
||||
GZOSUNK = 255,
|
||||
|
||||
GZCRCPOLY = 0xedb88320UL,
|
||||
#define GZCRCPOLY 0xedb88320
|
||||
/* GZCRCPOLY = 0xedb88320UL, */
|
||||
|
||||
GZOSINFERNO = GZOSUNIX,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ enum
|
|||
ZTrailInfo = 1 << 3, /* uncsize, csize, and crc are in trailer */
|
||||
ZCompPatch = 1 << 5, /* compression patched data */
|
||||
|
||||
ZCrcPoly = 0xedb88320,
|
||||
/* ZCrcPoly = 0xedb88320, */
|
||||
#define ZCrcPoly 0xedb88320
|
||||
|
||||
/*
|
||||
* compression method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue