DEADSOFTWARE

hopefully no more windows
[d2df-editor.git] / src / lib / vampimg / ZLib / imzconf.inc
1 { -------------------------------------------------------------------- }
3 {$DEFINE MAX_MATCH_IS_258}
5 { Compile with -DMAXSEG_64K if the alloc function cannot allocate more
6 than 64k bytes at a time (needed on systems with 16-bit int). }
8 {$UNDEF MAXSEG_64K}
9 {$DEFINE UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
10 {$UNDEF DYNAMIC_CRC_TABLE}
11 {$UNDEF FASTEST}
12 {$DEFINE Use32}
13 {$DEFINE patch112} { apply patch from the zlib home page }
15 {$IFDEF FPC}
16 {$MODE DELPHI}
17 {$ENDIF}
19 {$UNDEF DEBUG} // for Delphi 2007 in DEBUG mode
21 {$RANGECHECKS OFF}
22 {$OVERFLOWCHECKS OFF}
23 { -------------------------------------------------------------------- }