~ubuntu-branches/ubuntu/utopic/mricron/utopic

« back to all changes in this revision

Viewing changes to zconf.inc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-07-29 22:07:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100729220743-q621ts2zj806gu0n
Tags: upstream-0.20100725.1~dfsg.1
ImportĀ upstreamĀ versionĀ 0.20100725.1~dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{ -------------------------------------------------------------------- }
 
2
 
 
3
{$DEFINE MAX_MATCH_IS_258}
 
4
 
 
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). }
 
7
 
 
8
{- $DEFINE MAXSEG_64K}
 
9
{$IFNDEF WIN32}
 
10
  {$DEFINE UNALIGNED_OK}  { requires SizeOf(ush) = 2 ! }
 
11
{$ENDIF}
 
12
 
 
13
{$UNDEF DYNAMIC_CRC_TABLE}
 
14
{$UNDEF FASTEST}
 
15
{$define patch112}        { apply patch from the zlib home page }
 
16
{ -------------------------------------------------------------------- }
 
17
{$IFDEF FPC}
 
18
 {$DEFINE Use32}
 
19
 {$UNDEF DPMI}
 
20
 {$UNDEF MSDOS}
 
21
 {$UNDEF UNALIGNED_OK}  { requires SizeOf(ush) = 2 ! }
 
22
 {$UNDEF MAXSEG_64K}
 
23
{$ENDIF}
 
24