aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.in
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-01 22:41:52 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-01 23:04:20 -0800
commita8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8 (patch)
treeb60f2df5cadf8daee944699a2bb8a513c36e89ce /zconf.h.in
parent98e5787e1b22c2f974e3e80eda135abe7e008251 (diff)
downloadzlib-a8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8.tar.gz
zlib-a8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8.tar.bz2
zlib-a8d23bb675e05cfc0cc70ddc8ea03dbbf0e49fb8.zip
Include gz_header definition when compiling zlib solo.
Diffstat (limited to 'zconf.h.in')
-rw-r--r--zconf.h.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/zconf.h.in b/zconf.h.in
index 51c80ac..71adb18 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -127,9 +127,9 @@
127# define free_func z_free_func 127# define free_func z_free_func
128# ifndef Z_SOLO 128# ifndef Z_SOLO
129# define gzFile z_gzFile 129# define gzFile z_gzFile
130# define gz_header z_gz_header
131# define gz_headerp z_gz_headerp
132# endif 130# endif
131# define gz_header z_gz_header
132# define gz_headerp z_gz_headerp
133# define in_func z_in_func 133# define in_func z_in_func
134# define intf z_intf 134# define intf z_intf
135# define out_func z_out_func 135# define out_func z_out_func
@@ -142,9 +142,7 @@
142# define voidpf z_voidpf 142# define voidpf z_voidpf
143 143
144/* all zlib structs in zlib.h and zconf.h */ 144/* all zlib structs in zlib.h and zconf.h */
145# ifndef Z_SOLO 145# define gz_header_s z_gz_header_s
146# define gz_header_s z_gz_header_s
147# endif
148# define internal_state z_internal_state 146# define internal_state z_internal_state
149 147
150#endif 148#endif