Home
last modified time | relevance | path

Searched refs:HAVE_ZLIB_NG_COMPAT (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs86 # define HAVE_ZLIB_NG_COMPAT FALSE macro
147 # define HAVE_ZLIB_NG_COMPAT TRUE macro
163 # define HAVE_ZLIB_NG_COMPAT FALSE macro
927 #define Zip_is_zlib_native() (! (HAVE_ZLIB_NG_NATIVE || HAVE_ZLIB_NG_COMPAT))
935 #define Zip_is_zlibng_compat() (bool)HAVE_ZLIB_NG_COMPAT
939 #define Zip_is_zlibng() (bool)(HAVE_ZLIB_NG_NATIVE || HAVE_ZLIB_NG_COMPAT)