Loading core/combo/include/arch/darwin-x86/AndroidConfig.h +0 −25 Original line number Diff line number Diff line Loading @@ -83,21 +83,6 @@ */ #define HAVE_LOCALTIME_R 1 /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ /* #define HAVE_POSIX_CLOCKS */ /* * Endianness of the target machine. Choose one: * Loading Loading @@ -232,14 +217,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /*_ANDROID_CONFIG_H*/ core/combo/include/arch/linux-arm/AndroidConfig.h +0 −44 Original line number Diff line number Diff line Loading @@ -78,21 +78,6 @@ */ #define HAVE_SYMLINKS /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading @@ -108,14 +93,6 @@ #define HAVE_ENDIAN_H #define HAVE_LITTLE_ENDIAN /* * 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 */ /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is Loading Loading @@ -175,22 +152,11 @@ */ #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 */ /* * What CPU architecture does this platform use? */ #define ARCH_ARM /* * Define if the size of enums is as short as possible, */ /* #define HAVE_SHORT_ENUMS */ /* * sprintf() format string for shared library naming. */ Loading Loading @@ -261,14 +227,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */ core/combo/include/arch/linux-arm64/AndroidConfig.h +0 −41 Original line number Diff line number Diff line Loading @@ -62,11 +62,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against MSVCRT.DLL */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -78,21 +73,6 @@ */ #define HAVE_SYMLINKS /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading Loading @@ -170,22 +150,11 @@ */ #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 */ /* * What CPU architecture does this platform use? */ #define ARCH_AARCH64 /* * Define if the size of enums is as short as possible, */ /* #define HAVE_SHORT_ENUMS */ /* * sprintf() format string for shared library naming. */ Loading Loading @@ -256,14 +225,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */ core/combo/include/arch/linux-x86/AndroidConfig.h +0 −53 Original line number Diff line number Diff line Loading @@ -62,11 +62,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against MSVCRT.DLL */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -88,11 +83,6 @@ */ #define HAVE_GETHOSTBYNAME_R /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading Loading @@ -128,30 +118,16 @@ */ #define HAVE_SCHED_SETSCHEDULER /* * Add any extra platform-specific defines here. */ /* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H /* * Define if we have Linux-style non-filesystem Unix Domain Sockets */ /* * What CPU architecture does this platform use? */ #define ARCH_X86 /* * Define if we have Linux's inotify in <sys/inotify.h>. */ /*#define HAVE_INOTIFY 1*/ /* * Define if we have madvise() in <sys/mman.h> */ Loading @@ -167,11 +143,6 @@ */ #define HAVE_DIRENT_D_TYPE 1 /* * Define if libc includes Android system properties implementation. */ /* #define HAVE_LIBC_SYSTEM_PROPERTIES */ /* * Define if system provides a system property server (should be * mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES). Loading @@ -198,16 +169,6 @@ */ #define HAVE_SYS_SOCKET_H 1 /* * Define if the strlcpy() function exists on the system. */ /* #define HAVE_STRLCPY 1 */ /* * Define if the BSD funopen() function exists on the system. */ /* #define HAVE_FUNOPEN 1 */ /* * Define if prctl() exists */ Loading Loading @@ -248,18 +209,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)) #define HAVE_GNU_QSORT_R 1 #else #define HAVE_GNU_QSORT_R 0 #endif #endif /*_ANDROID_CONFIG_H*/ core/combo/include/arch/target_linux-x86/AndroidConfig.h +1 −42 Original line number Diff line number Diff line Loading @@ -48,11 +48,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against have Microsoft C runtime (MSVCRT.DLL) */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -64,21 +59,6 @@ */ #define HAVE_SYMLINKS 1 /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends * Loading Loading @@ -149,11 +129,6 @@ */ #define HAVE_MADVISE 1 /* * Define if we have Linux's dbus */ /* #define HAVE_DBUS 1 */ /* * Define if tm struct has tm_gmtoff field */ Loading @@ -169,12 +144,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 */ /* * What CPU architecture does this platform use? */ Loading Loading @@ -250,14 +219,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */ Loading
core/combo/include/arch/darwin-x86/AndroidConfig.h +0 −25 Original line number Diff line number Diff line Loading @@ -83,21 +83,6 @@ */ #define HAVE_LOCALTIME_R 1 /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ /* #define HAVE_POSIX_CLOCKS */ /* * Endianness of the target machine. Choose one: * Loading Loading @@ -232,14 +217,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /*_ANDROID_CONFIG_H*/
core/combo/include/arch/linux-arm/AndroidConfig.h +0 −44 Original line number Diff line number Diff line Loading @@ -78,21 +78,6 @@ */ #define HAVE_SYMLINKS /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading @@ -108,14 +93,6 @@ #define HAVE_ENDIAN_H #define HAVE_LITTLE_ENDIAN /* * 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 */ /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is Loading Loading @@ -175,22 +152,11 @@ */ #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 */ /* * What CPU architecture does this platform use? */ #define ARCH_ARM /* * Define if the size of enums is as short as possible, */ /* #define HAVE_SHORT_ENUMS */ /* * sprintf() format string for shared library naming. */ Loading Loading @@ -261,14 +227,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */
core/combo/include/arch/linux-arm64/AndroidConfig.h +0 −41 Original line number Diff line number Diff line Loading @@ -62,11 +62,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against MSVCRT.DLL */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -78,21 +73,6 @@ */ #define HAVE_SYMLINKS /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading Loading @@ -170,22 +150,11 @@ */ #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 */ /* * What CPU architecture does this platform use? */ #define ARCH_AARCH64 /* * Define if the size of enums is as short as possible, */ /* #define HAVE_SHORT_ENUMS */ /* * sprintf() format string for shared library naming. */ Loading Loading @@ -256,14 +225,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */
core/combo/include/arch/linux-x86/AndroidConfig.h +0 −53 Original line number Diff line number Diff line Loading @@ -62,11 +62,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against MSVCRT.DLL */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -88,11 +83,6 @@ */ #define HAVE_GETHOSTBYNAME_R /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends */ Loading Loading @@ -128,30 +118,16 @@ */ #define HAVE_SCHED_SETSCHEDULER /* * Add any extra platform-specific defines here. */ /* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H /* * Define if we have Linux-style non-filesystem Unix Domain Sockets */ /* * What CPU architecture does this platform use? */ #define ARCH_X86 /* * Define if we have Linux's inotify in <sys/inotify.h>. */ /*#define HAVE_INOTIFY 1*/ /* * Define if we have madvise() in <sys/mman.h> */ Loading @@ -167,11 +143,6 @@ */ #define HAVE_DIRENT_D_TYPE 1 /* * Define if libc includes Android system properties implementation. */ /* #define HAVE_LIBC_SYSTEM_PROPERTIES */ /* * Define if system provides a system property server (should be * mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES). Loading @@ -198,16 +169,6 @@ */ #define HAVE_SYS_SOCKET_H 1 /* * Define if the strlcpy() function exists on the system. */ /* #define HAVE_STRLCPY 1 */ /* * Define if the BSD funopen() function exists on the system. */ /* #define HAVE_FUNOPEN 1 */ /* * Define if prctl() exists */ Loading Loading @@ -248,18 +209,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)) #define HAVE_GNU_QSORT_R 1 #else #define HAVE_GNU_QSORT_R 0 #endif #endif /*_ANDROID_CONFIG_H*/
core/combo/include/arch/target_linux-x86/AndroidConfig.h +1 −42 Original line number Diff line number Diff line Loading @@ -48,11 +48,6 @@ */ #define HAVE_TERMIO_H 1 /* * Define this if you build against have Microsoft C runtime (MSVCRT.DLL) */ /* #define HAVE_MS_C_RUNTIME */ /* * Define this if you have sys/uio.h */ Loading @@ -64,21 +59,6 @@ */ #define HAVE_SYMLINKS 1 /* * Define this if we have localtime_r(). */ /* #define HAVE_LOCALTIME_R 1 */ /* * Define this if we have gethostbyname_r(). */ /* #define HAVE_GETHOSTBYNAME_R */ /* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ /* * Define this if have clock_gettime() and friends * Loading Loading @@ -149,11 +129,6 @@ */ #define HAVE_MADVISE 1 /* * Define if we have Linux's dbus */ /* #define HAVE_DBUS 1 */ /* * Define if tm struct has tm_gmtoff field */ Loading @@ -169,12 +144,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 */ /* * What CPU architecture does this platform use? */ Loading Loading @@ -250,14 +219,4 @@ */ #define HAVE_PRINTF_ZD 1 /* * Define to 1 if <stdlib.h> provides qsort_r() with a BSD style function prototype. */ #define HAVE_BSD_QSORT_R 0 /* * Define to 1 if <stdlib.h> provides qsort_r() with a GNU style function prototype. */ #define HAVE_GNU_QSORT_R 0 #endif /* _ANDROID_CONFIG_H */