diff options
| author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2019-10-28 03:06:45 +0000 |
|---|---|---|
| committer | android-build-prod (mdb) <android-build-team-robot@google.com> | 2019-10-28 03:06:45 +0000 |
| commit | 14ea84f60ed495bae6b82961406db9d321340603 (patch) | |
| tree | f675655835307ac5420a0f404931a3b22c93d960 | |
| parent | 95e290af7dd2dd8441d9c0d7a0fbee7b9d0dfc38 (diff) | |
| parent | 4e9590af22268e6732168f9875f4d269101bdd72 (diff) | |
| download | platform_external_python_cpython2-pie-vts-release.tar.gz platform_external_python_cpython2-pie-vts-release.tar.bz2 platform_external_python_cpython2-pie-vts-release.zip | |
Snap for 5967452 from 4e9590af22268e6732168f9875f4d269101bdd72 to pie-vts-releaseandroid-vts-9.0_r14android-vts-9.0_r13android-vts-9.0_r12android-vts-9.0_r11pie-vts-release
Change-Id: I08d23131344730e33443ca8d36833eda03eabe5a
| -rw-r--r-- | android_x86/pyconfig/pyconfig.h | 4 | ||||
| -rw-r--r-- | android_x86_64/pyconfig/pyconfig.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/android_x86/pyconfig/pyconfig.h b/android_x86/pyconfig/pyconfig.h index ac22474b55..68b2e4234e 100644 --- a/android_x86/pyconfig/pyconfig.h +++ b/android_x86/pyconfig/pyconfig.h @@ -35,7 +35,7 @@ /* #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 */ /* Define if --enable-ipv6 is specified */ -/* #undef ENABLE_IPV6 */ +#define ENABLE_IPV6 /* Define if flock needs to be linked with bsd library. */ /* #undef FLOCK_NEEDS_LIBBSD */ @@ -273,7 +273,7 @@ /* #define HAVE_GCC_ASM_FOR_X87 1 */ /* Define if you have the getaddrinfo function. */ -/* #undef HAVE_GETADDRINFO */ +#define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 diff --git a/android_x86_64/pyconfig/pyconfig.h b/android_x86_64/pyconfig/pyconfig.h index 9d5920022c..b7659ccbe4 100644 --- a/android_x86_64/pyconfig/pyconfig.h +++ b/android_x86_64/pyconfig/pyconfig.h @@ -35,7 +35,7 @@ /* #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 */ /* Define if --enable-ipv6 is specified */ -/* #undef ENABLE_IPV6 */ +#define ENABLE_IPV6 /* Define if flock needs to be linked with bsd library. */ /* #undef FLOCK_NEEDS_LIBBSD */ @@ -273,7 +273,7 @@ /* #define HAVE_GCC_ASM_FOR_X87 1 */ /* Define if you have the getaddrinfo function. */ -/* #undef HAVE_GETADDRINFO */ +#define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 |
