summaryrefslogtreecommitdiff
path: root/libz/libz/zconf.h.in.patch
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-01-07 22:10:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-21 14:48:05 +0300
commit4f986ec6431b6f3f8c951c70a02300d552cd8e02 (patch)
treeda5ddcdf2f1c64702faa0c08cce1e14d872056ec /libz/libz/zconf.h.in.patch
parent8772691447d50baf12f679ac8c95700a1951d502 (diff)
Add implementation
Diffstat (limited to 'libz/libz/zconf.h.in.patch')
-rw-r--r--libz/libz/zconf.h.in.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libz/libz/zconf.h.in.patch b/libz/libz/zconf.h.in.patch
new file mode 100644
index 0000000..a14de59
--- /dev/null
+++ b/libz/libz/zconf.h.in.patch
@@ -0,0 +1,16 @@
+--- ../../upstream/zconf.h.in 2020-01-06 18:33:14.847145532 +0300
++++ zconf.h.in 2020-01-20 21:22:20.133238249 +0300
+@@ -431,11 +431,11 @@ typedef uLong FAR uLongf;
+ typedef unsigned long z_crc_t;
+ #endif
+
+-#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
++#if @HAVE_UNISTD_H@ /* may be set to #if 1 by ./configure */
+ # define Z_HAVE_UNISTD_H
+ #endif
+
+-#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
++#if @HAVE_STDARG_H@ /* may be set to #if 1 by ./configure */
+ # define Z_HAVE_STDARG_H
+ #endif
+