imzconf.inc 674 B

12345678910111213141516171819202122232425
  1. { -------------------------------------------------------------------- }
  2. {$DEFINE MAX_MATCH_IS_258}
  3. { Compile with -DMAXSEG_64K if the alloc function cannot allocate more
  4. than 64k bytes at a time (needed on systems with 16-bit int). }
  5. {$UNDEF MAXSEG_64K}
  6. {$DEFINE UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
  7. {$UNDEF DYNAMIC_CRC_TABLE}
  8. {$UNDEF FASTEST}
  9. {$DEFINE Use32}
  10. {$DEFINE patch112} { apply patch from the zlib home page }
  11. {$IFDEF FPC}
  12. {$MODE DELPHI}
  13. {$ENDIF}
  14. {$UNDEF DEBUG} // for Delphi 2007 in DEBUG mode
  15. {$RANGECHECKS OFF}
  16. {$OVERFLOWCHECKS OFF}
  17. { -------------------------------------------------------------------- }