Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / platforms / android-17 / arch-arm / usr / include / linux / zconf.h
blob18ea78c5b998ca3219fbaf8c4610c657fc8abf84
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
15 #ifndef MAX_MEM_LEVEL
16 #define MAX_MEM_LEVEL 8
17 #endif
19 #ifndef MAX_WBITS
20 #define MAX_WBITS 15
21 #endif
23 #ifndef DEF_WBITS
24 #define DEF_WBITS MAX_WBITS
25 #endif
27 #if MAX_MEM_LEVEL >= 8
28 #define DEF_MEM_LEVEL 8
29 #else
30 #define DEF_MEM_LEVEL MAX_MEM_LEVEL
31 #endif
33 typedef unsigned char Byte;
34 typedef unsigned int uInt;
35 typedef unsigned long uLong;
36 typedef void *voidp;
38 #endif