]> git.pld-linux.org Git - packages/zlib.git/blob - define-off64_t
- BR: ac/am/lt for minizip
[packages/zlib.git] / define-off64_t
1 We need to ensure that off64_t is defined when building with
2 _LARGEFILE64_SOURCE.
3
4 --- zlib-1.2.3.3.old/zconf.h    2006-12-31 17:23:02 +0000
5 +++ zlib-1.2.3.3/zconf.h        2007-06-12 15:20:36 +0000
6 @@ -353,6 +353,10 @@
7  
8  #include "zlibdefs.h"       /* created by configure */
9  
10 +#ifdef _LARGEFILE64_SOURCE
11 +#include <sys/types.h>
12 +#endif
13 +
14  #ifndef SEEK_SET
15  #  define SEEK_SET        0       /* Seek from beginning of file.  */
16  #  define SEEK_CUR        1       /* Seek from current position.  */
17
This page took 0.041318 seconds and 3 git commands to generate.