Searched defs:MAX_WBITS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzconf.h170 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
174 #ifndef MAX_WBITS
175 # define MAX_WBITS 15 /* 32K LZ77 window */ macro

Completed in 29 milliseconds