~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to gzip/MCONFIG

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-01-04 20:24:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104202452-ec4v3n829rymukuv
Tags: 1.1.15-0ubuntu1
* New upstream version.

* Patch to fix compilation on parisc64 kernels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Things you might add to DEFS (configure usually figures out what to do):
2
 
# -DGNU_STANDARD        Behave as gzip even if invoked as gunzip (GNU standard)
3
 
# -DPROTO               Force function prototypes even if __STDC__ not defined
4
 
# -DDEBUG               Debug code
5
 
# -DDYN_ALLOC           Use dynamic allocation of large data structures
6
 
# -DRECORD_IO           read() and write() are rounded to record sizes.
7
 
# -DNO_SIZE_CHECK       stat() does not give a reliable file size
8
 
 
9
 
DEFS    =
10
 
 
11
 
WARNFLAGS = -W -Wall -Wsign-compare
12
 
 
13
 
# Set this to y if you want to enable compression support
14
 
ZIP     = n