HomeSort by: relevance | last modified time | path
    Searched defs:MAX_WBITS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
zlib.h 156 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
160 #ifndef MAX_WBITS
161 # define MAX_WBITS 15 /* 32K LZ77 window */
  /src/common/dist/zlib/
zconf.h 280 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
284 #ifndef MAX_WBITS
285 # define MAX_WBITS 15 /* 32K LZ77 window */
zconf.h.in 272 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
276 #ifndef MAX_WBITS
277 # define MAX_WBITS 15 /* 32K LZ77 window */

Completed in 15 milliseconds