summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-25 13:59:21 -0800
committerElliott Hughes <enh@google.com>2014-11-25 13:59:21 -0800
commitc6d435f55d1f75bce39c5a565746f404ba03db2f (patch)
treeb570cd96f4423297513d710bd0871a945abf63f3 /core/combo
parent5bb748dc6eaebf1b37a993721393a14dbc8c929d (diff)
downloadbuild-c6d435f55d1f75bce39c5a565746f404ba03db2f.zip
build-c6d435f55d1f75bce39c5a565746f404ba03db2f.tar.gz
build-c6d435f55d1f75bce39c5a565746f404ba03db2f.tar.bz2
Remove HAVE_SYS_UIO_H.
Change-Id: I4f401900285e166486bb426ac02bc69fc5509a3c
Diffstat (limited to 'core/combo')
-rw-r--r--core/combo/include/arch/darwin-x86/AndroidConfig.h10
-rw-r--r--core/combo/include/arch/linux-arm/AndroidConfig.h10
-rw-r--r--core/combo/include/arch/linux-arm64/AndroidConfig.h6
-rw-r--r--core/combo/include/arch/linux-mips/AndroidConfig.h24
-rw-r--r--core/combo/include/arch/linux-mips64/AndroidConfig.h22
-rw-r--r--core/combo/include/arch/linux-x86/AndroidConfig.h5
-rw-r--r--core/combo/include/arch/target_linux-x86/AndroidConfig.h6
-rw-r--r--core/combo/include/arch/windows/AndroidConfig.h7
8 files changed, 0 insertions, 90 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h
index f05d99a..3c47056 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -42,16 +42,6 @@
#define HAVE_PTHREADS
/*
- * Define this if you build against MSVCRT.DLL
- */
-/* #define HAVE_MS_C_RUNTIME */
-
-/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index b1e0356..c38fc8a 100644
--- a/core/combo/include/arch/linux-arm/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm/AndroidConfig.h
@@ -42,16 +42,6 @@
#define HAVE_PTHREADS
/*
- * Define this if you build against MSVCRT.DLL
- */
-/* #define HAVE_MS_C_RUNTIME */
-
-/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h
index 7219b55..6375ee7 100644
--- a/core/combo/include/arch/linux-arm64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h
@@ -42,11 +42,6 @@
#define HAVE_PTHREADS
/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
@@ -58,7 +53,6 @@
#define HAVE_POSIX_CLOCKS
#define _FILE_OFFSET_BITS 64
-/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if we have <malloc.h> header
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h
index 18f3f08..fbdb19d 100644
--- a/core/combo/include/arch/linux-mips/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips/AndroidConfig.h
@@ -47,35 +47,17 @@
/* #define HAVE_MS_C_RUNTIME */
/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
#define HAVE_SYMLINKS
/*
- * Define this if we want to use WinSock.
- */
-/* #define HAVE_WINSOCK */
-
-/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
/*
- * We need to choose between 32-bit and 64-bit off_t. All of our code should
- * agree on the same size. For desktop systems, use 64-bit values,
- * because some of our libraries (e.g. wxWidgets) expect to be built that way.
- */
-/* #define _FILE_OFFSET_BITS 64 */
-/* #define _LARGEFILE_SOURCE 1 */
-
-/*
* Define if we have <malloc.h> header
*/
#define HAVE_MALLOC_H
@@ -91,12 +73,6 @@
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
- * Define if system provides a system property server (should be
- * mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).
- */
-/* #define HAVE_SYSTEM_PROPERTY_SERVER */
-
-/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h
index 8db37b4..3732ca9 100644
--- a/core/combo/include/arch/linux-mips64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h
@@ -42,33 +42,17 @@
#define HAVE_PTHREADS
/*
- * Define this if you build against MSVCRT.DLL
- */
-/* #define HAVE_MS_C_RUNTIME */
-
-/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
#define HAVE_SYMLINKS
/*
- * Define this if we want to use WinSock.
- */
-/* #define HAVE_WINSOCK */
-
-/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
#define _FILE_OFFSET_BITS 64
-/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if we have <malloc.h> header
@@ -86,12 +70,6 @@
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
- * Define if system provides a system property server (should be
- * mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).
- */
-/* #define HAVE_SYSTEM_PROPERTY_SERVER */
-
-/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"
diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h
index c9a42a8..3d57efe 100644
--- a/core/combo/include/arch/linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/linux-x86/AndroidConfig.h
@@ -42,11 +42,6 @@
#define HAVE_PTHREADS
/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
index b2e68af..6cdce4e 100644
--- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
@@ -28,11 +28,6 @@
#define HAVE_PTHREADS
/*
- * Define this if you have sys/uio.h
- */
-#define HAVE_SYS_UIO_H 1
-
-/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
@@ -52,7 +47,6 @@
#if __LP64__
#define _FILE_OFFSET_BITS 64
#endif
-/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if we have <malloc.h> header
diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h
index 3ed9920..4e2186e 100644
--- a/core/combo/include/arch/windows/AndroidConfig.h
+++ b/core/combo/include/arch/windows/AndroidConfig.h
@@ -74,13 +74,6 @@
#endif
/*
- * Define this if you have sys/uio.h
- */
-#ifdef __CYGWIN__
-#define HAVE_SYS_UIO_H
-#endif
-
-/*
* Define this if we want to use WinSock.
*/
#ifndef __CYGWIN__