diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-09 11:05:42 +0200 |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-09 11:05:42 +0200 |
commit | 95750b1ca535a9883d483ee82b4373fb47d82bc5 (patch) | |
tree | e6e83f7702a3e2fb2639404230dc83eeb4a9706c /pyconfig.h.in | |
parent | 2247e5c48c71e76e44218bfab29129ce0462760c (diff) | |
download | cpython-git-95750b1ca535a9883d483ee82b4373fb47d82bc5.tar.gz |
Issue #27442: Expose the Android API level in sysconfig.get_config_vars()
as 'ANDROID_API_LEVEL'.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index a104f3c745..dce5cfdab3 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -12,6 +12,9 @@ support for AIX C++ shared extension modules. */ #undef AIX_GENUINE_CPLUSPLUS +/* The Android API level. */ +#undef ANDROID_API_LEVEL + /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM mixed-endian order (byte order 45670123) */ #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 |