diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,9 +7,8 @@ | |||
7 | # ifndef _LARGEFILE_SOURCE | 7 | # ifndef _LARGEFILE_SOURCE |
8 | # define _LARGEFILE_SOURCE 1 | 8 | # define _LARGEFILE_SOURCE 1 |
9 | # endif | 9 | # endif |
10 | # ifdef _FILE_OFFSET_BITS | 10 | # undef _FILE_OFFSET_BITS |
11 | # undef _FILE_OFFSET_BITS | 11 | # undef _TIME_BITS |
12 | # endif | ||
13 | #endif | 12 | #endif |
14 | 13 | ||
15 | #ifdef HAVE_HIDDEN | 14 | #ifdef HAVE_HIDDEN |