You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
649 B
25 lines
649 B
{ -------------------------------------------------------------------- }
|
|
|
|
{$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). }
|
|
|
|
{$UNDEF MAXSEG_64K}
|
|
{$DEFINE UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
|
|
{$UNDEF DYNAMIC_CRC_TABLE}
|
|
{$UNDEF FASTEST}
|
|
{$DEFINE Use32}
|
|
{$DEFINE patch112} { apply patch from the zlib home page }
|
|
|
|
{$IFDEF FPC}
|
|
{$MODE DELPHI}
|
|
{$ENDIF}
|
|
|
|
{$UNDEF DEBUG} // for Delphi 2007 in DEBUG mode
|
|
|
|
{$RANGECHECKS OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{ -------------------------------------------------------------------- }
|
|
|
|
|