diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:40 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:40 -0700 |
commit | f6194ef39af5864f792412460c354cc339dde7d1 (patch) | |
tree | 5ea1e6849128e9b2194c66ee3d82afa36b4ac07c /zconf.h | |
parent | 639be997883d9016baaf46017a2802b2ce1698bd (diff) | |
download | zlib-1.2.3.4.tar.gz zlib-1.2.3.4.tar.bz2 zlib-1.2.3.4.zip |
zlib 1.2.3.4v1.2.3.4
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* zconf.h -- configuration of the zlib compression library | 1 | /* zconf.h -- configuration of the zlib compression library |
2 | * Copyright (C) 1995-2006 Jean-loup Gailly. | 2 | * Copyright (C) 1995-2007 Jean-loup Gailly. |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -353,6 +353,10 @@ typedef uLong FAR uLongf; | |||
353 | 353 | ||
354 | #include "zlibdefs.h" /* created by configure */ | 354 | #include "zlibdefs.h" /* created by configure */ |
355 | 355 | ||
356 | #ifdef _LARGEFILE64_SOURCE | ||
357 | # include <sys/types.h> | ||
358 | #endif | ||
359 | |||
356 | #ifndef SEEK_SET | 360 | #ifndef SEEK_SET |
357 | # define SEEK_SET 0 /* Seek from beginning of file. */ | 361 | # define SEEK_SET 0 /* Seek from beginning of file. */ |
358 | # define SEEK_CUR 1 /* Seek from current position. */ | 362 | # define SEEK_CUR 1 /* Seek from current position. */ |