diff options
author | Elliott Hughes <enh@google.com> | 2014-11-08 12:39:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-08 12:39:28 -0800 |
commit | e5e26e21967d5619cf81984e170b2f4499974c1f (patch) | |
tree | fade1a6a921627736b73fb1fa8a8b24fcb247751 | |
parent | 9e95a0f4d0172b1669d404c3d605e689234f4dcf (diff) | |
download | build-e5e26e21967d5619cf81984e170b2f4499974c1f.zip build-e5e26e21967d5619cf81984e170b2f4499974c1f.tar.gz build-e5e26e21967d5619cf81984e170b2f4499974c1f.tar.bz2 |
Remove more namespace pollution (HAVE_FUNOPEN).
Change-Id: I25a64ce39cd7bdd99aa6412413554b96d3cb113e
6 files changed, 0 insertions, 30 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index e4a6921..f594693 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -171,11 +171,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if writev() exists */ #define HAVE_WRITEV 1 diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 0b83b59..5f9b1cc 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -176,11 +176,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index b000abe..5a08999 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -174,11 +174,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index e27f743..dfa028a 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -227,11 +227,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 2853790..a3a839e 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -217,11 +217,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 3952250..93ff7d6 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -168,11 +168,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 |