diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index e7c6242ce..5702b6d14 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -85,11 +85,6 @@ */ #define HAVE_TERMIO_H -/* - * Define this if you have - */ -/* #define HAVE_SYS_SENDFILE_H 1 */ - /* * Define this if you build against MSVCRT.DLL */ @@ -116,11 +111,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -/* #define HAVE_IOCTL */ - /* * Define this if we want to use WinSock. */ @@ -164,12 +154,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Add any extra platform-specific defines here. */ @@ -214,11 +198,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.dylib" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index d077db9b3..dc647889d 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -92,11 +92,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against MSVCRT.DLL */ @@ -123,11 +118,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -173,12 +163,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -252,11 +236,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 4e5be6e34..b08d982cd 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -92,11 +92,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against MSVCRT.DLL */ @@ -123,11 +118,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -168,12 +158,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -247,11 +231,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 26f0ecfef..5b2c8e7fa 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -92,11 +92,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against MSVCRT.DLL */ @@ -123,11 +118,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -178,12 +168,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -269,11 +253,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index e73d4ec2f..1e4abacc3 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -92,11 +92,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against MSVCRT.DLL */ @@ -123,11 +118,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -168,12 +158,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -259,11 +243,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 92fd9b54d..9be8b6e69 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -85,11 +85,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against MSVCRT.DLL */ @@ -116,11 +111,6 @@ */ #define HAVE_GETHOSTBYNAME_R -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -166,12 +156,6 @@ */ #define HAVE_BACKTRACE 1 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -232,11 +216,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index a8c8c8acd..a95e33a4e 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -78,11 +78,6 @@ */ #define HAVE_TERMIO_H 1 -/* - * Define this if you have - */ -#define HAVE_SYS_SENDFILE_H 1 - /* * Define this if you build against have Microsoft C runtime (MSVCRT.DLL) */ @@ -109,11 +104,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -#define HAVE_IOCTL - /* * Define this if we want to use WinSock. */ @@ -162,12 +152,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Defined if we have the sched_setscheduler() call */ @@ -241,11 +225,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */ diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 0a52674d3..12a8739c9 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -118,13 +118,6 @@ # define HAVE_TERMIO_H #endif -/* - * Define this if you have - */ -#ifdef __CYGWIN__ -# define HAVE_SYS_SENDFILE_H 1 -#endif - /* * Define this if you build against MSVCRT.DLL */ @@ -150,11 +143,6 @@ */ /* #define HAVE_GETHOSTBYNAME_R */ -/* - * Define this if we have ioctl(). - */ -/* #define HAVE_IOCTL */ - /* * Define this if we want to use WinSock. */ @@ -206,12 +194,6 @@ */ #define HAVE_BACKTRACE 0 -/* - * Defined if we have the cxxabi.h header for demangling C++ symbols. If - * not defined, stack crawls will be displayed with raw mangled symbols - */ -#define HAVE_CXXABI 0 - /* * Define if tm struct has tm_gmtoff field */ @@ -257,11 +239,6 @@ */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.dll" -/* - * type for the third argument to mincore(). - */ -#define MINCORE_POINTER_TYPE unsigned char * - /* * The default path separator for the platform */