zconf.inc 847 B

123456789101112131415161718192021222324252627282930313233
  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. {- $DEFINE MAXSEG_64K}
  6. {$IFNDEF WIN32}
  7. {$DEFINE UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
  8. {$ENDIF}
  9. {$UNDEF DYNAMIC_CRC_TABLE}
  10. {$UNDEF FASTEST}
  11. {$define patch112} { apply patch from the zlib home page }
  12. { -------------------------------------------------------------------- }
  13. {$IFDEF FPC}
  14. {$DEFINE Use32}
  15. {$UNDEF DPMI}
  16. {$UNDEF MSDOS}
  17. {$UNDEF UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
  18. {$UNDEF MAXSEG_64K}
  19. {$ENDIF}
  20. {
  21. $Log$
  22. Revision 1.2 2002-09-07 15:42:53 peter
  23. * old logs removed and tabs fixed
  24. Revision 1.1 2002/01/29 17:54:56 peter
  25. * splitted to base and extra
  26. }