1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef _ZCONF_H 13 #define _ZCONF_H 14 15 #ifndef MAX_MEM_LEVEL 16 #define MAX_MEM_LEVEL 8 17 #endif 18 19 #ifndef MAX_WBITS 20 #define MAX_WBITS 15 21 #endif 22 23 #ifndef DEF_WBITS 24 #define DEF_WBITS MAX_WBITS 25 #endif 26 27 #if MAX_MEM_LEVEL >= 8 28 #define DEF_MEM_LEVEL 8 29 #else 30 #define DEF_MEM_LEVEL MAX_MEM_LEVEL 31 #endif 32 33 typedef unsigned char Byte; 34 typedef unsigned int uInt; 35 typedef unsigned long uLong; 36 typedef void *voidp; 37 38 #endif 39