diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index f05d99ae09..3c47056374 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -41,16 +41,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 b1e03564c5..c38fc8acad 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -41,16 +41,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 7219b55779..6375ee7c85 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -41,11 +41,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 header diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 18f3f08948..fbdb19d5c5 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -46,35 +46,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 header */ @@ -90,12 +72,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. */ diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 8db37b4b13..3732ca9f18 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -41,34 +41,18 @@ */ #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 header @@ -85,12 +69,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. */ diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index c9a42a85df..3d57efe01d 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -41,11 +41,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 b2e68afdb6..6cdce4e235 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -27,11 +27,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 header diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 3ed9920886..4e2186ee2a 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -73,13 +73,6 @@ # define HAVE_MS_C_RUNTIME #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. */