From 3438b8832d26f0a903fb8579d49ae96e1ceac2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Fri, 1 Nov 2024 23:35:33 +0100 Subject: [PATCH] remove superfluous redefines --- compat/ioapi.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compat/ioapi.h b/compat/ioapi.h index 9359259..38cae99 100644 --- a/compat/ioapi.h +++ b/compat/ioapi.h @@ -7,12 +7,6 @@ #ifndef _ZLIB_H # include "zlib.h" #endif - -#ifndef Z_ERRNO -#define Z_ERRNO (-1) -#endif -#ifndef Z_DEFLATED -#define Z_DEFLATED (8) #endif typedef uint64_t ZPOS64_T;