aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zconf.h2
-rw-r--r--zconf.h.cmakein2
-rw-r--r--zconf.h.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h b/zconf.h
index ea3b6d6..97d2fcd 100644
--- a/zconf.h
+++ b/zconf.h
@@ -506,7 +506,7 @@ typedef uLong FAR uLongf;
506#endif 506#endif
507 507
508#ifndef z_off_t 508#ifndef z_off_t
509# define z_off_t long 509# define z_off_t long long
510#endif 510#endif
511 511
512#if !defined(_WIN32) && defined(Z_LARGE64) 512#if !defined(_WIN32) && defined(Z_LARGE64)
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 0eced14..2e794b9 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -508,7 +508,7 @@ typedef uLong FAR uLongf;
508#endif 508#endif
509 509
510#ifndef z_off_t 510#ifndef z_off_t
511# define z_off_t long 511# define z_off_t long long
512#endif 512#endif
513 513
514#if !defined(_WIN32) && defined(Z_LARGE64) 514#if !defined(_WIN32) && defined(Z_LARGE64)
diff --git a/zconf.h.in b/zconf.h.in
index ea3b6d6..97d2fcd 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -506,7 +506,7 @@ typedef uLong FAR uLongf;
506#endif 506#endif
507 507
508#ifndef z_off_t 508#ifndef z_off_t
509# define z_off_t long 509# define z_off_t long long
510#endif 510#endif
511 511
512#if !defined(_WIN32) && defined(Z_LARGE64) 512#if !defined(_WIN32) && defined(Z_LARGE64)