summaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/zconf.h b/zconf.h
index 0a9f5a4..e8d9553 100644
--- a/zconf.h
+++ b/zconf.h
@@ -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. */