home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
unity
/
d5
/
JRZIP.ZIP
/
Zlib
/
ZCONF.INC
< prev
next >
Wrap
Text File
|
2000-03-24
|
866b
|
33 lines
{ -------------------------------------------------------------------- }
{$DEFINE MAX_MATCH_IS_258}
{ Compile with -DMAXSEG_64K if the alloc function cannot allocate more
than 64k bytes at a time (needed on systems with 16-bit int). }
{- $DEFINE MAXSEG_64K}
{$IFDEF VER70}
{$DEFINE MAXSEG_64K}
{$ENDIF}
{$IFNDEF WIN32}
{$DEFINE UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
{$ENDIF}
{$UNDEF DYNAMIC_CRC_TABLE}
{$UNDEF FASTEST}
{$define patch112} { apply patch from the zlib home page }
{ -------------------------------------------------------------------- }
{$IFDEF WIN32}
{$DEFINE Delphi32}
{- $DEFINE Delphi5} { keep compiler quiet }
{$ENDIF}
{$IFDEF FPC}
{$DEFINE Use32}
{$UNDEF DPMI}
{$UNDEF MSDOS}
{$UNDEF UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
{$UNDEF MAXSEG_64K}
{$UNDEF Delphi32}
{$ENDIF}