]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add FAR macro to zlib-compat headers to improve compatibility.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 8 Jan 2024 20:34:19 +0000 (21:34 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 9 Jan 2024 08:11:46 +0000 (09:11 +0100)
zconf.h.in

index 074f0255161b3efc31e684bfc8e7b0f848d92b24..7a6e281e849d6143df3d43fc92e9e84367944770 100644 (file)
 #ifndef ZEXPORTVA
 #  define ZEXPORTVA Z_EXPORTVA
 #endif
+#ifndef FAR
+#  define FAR
+#endif
 
 /* Legacy zlib typedefs for backwards compatibility. Don't assume stdint.h is defined. */
 typedef unsigned char Byte;