mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-22 02:20:25 +02:00
34 lines
847 B
PHP
34 lines
847 B
PHP
{ -------------------------------------------------------------------- }
|
|
|
|
{$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}
|
|
{$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 FPC}
|
|
{$DEFINE Use32}
|
|
{$UNDEF DPMI}
|
|
{$UNDEF MSDOS}
|
|
{$UNDEF UNALIGNED_OK} { requires SizeOf(ush) = 2 ! }
|
|
{$UNDEF MAXSEG_64K}
|
|
{$ENDIF}
|
|
|
|
{
|
|
$Log$
|
|
Revision 1.2 2002-09-07 15:42:53 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
Revision 1.1 2002/01/29 17:54:56 peter
|
|
* splitted to base and extra
|
|
|
|
}
|