From f6194ef39af5864f792412460c354cc339dde7d1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:26:40 -0700 Subject: zlib 1.2.3.4 --- zconf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index 0a9f5a4..e8d9553 100644 --- a/zconf.h +++ b/zconf.h @@ -1,5 +1,5 @@ /* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2006 Jean-loup Gailly. + * Copyright (C) 1995-2007 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -353,6 +353,10 @@ typedef uLong FAR uLongf; #include "zlibdefs.h" /* created by configure */ +#ifdef _LARGEFILE64_SOURCE +# include +#endif + #ifndef SEEK_SET # define SEEK_SET 0 /* Seek from beginning of file. */ # define SEEK_CUR 1 /* Seek from current position. */ -- cgit v1.2.3-55-g6feb