diff options
author | Dan Albert <danalbert@google.com> | 2014-10-01 10:12:25 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2014-10-01 10:12:25 -0700 |
commit | 2251ea40ba9e5a4340e721e1c15802fc5e405d2b (patch) | |
tree | e4ac7e8c1cb27aeae94f4f1a6ef4e4d20ecd1b99 /core/combo/include/arch/linux-arm | |
parent | 35dd358cc4fccb062bd90cb1f9404a582b4facd4 (diff) | |
download | build-2251ea40ba9e5a4340e721e1c15802fc5e405d2b.zip build-2251ea40ba9e5a4340e721e1c15802fc5e405d2b.tar.gz build-2251ea40ba9e5a4340e721e1c15802fc5e405d2b.tar.bz2 |
Remove HAVE_(GNU|BSD)_QSORT_R from AndroidConfig.h.
Change-Id: If2018529a6c067b63e1a59c16c911d63ec2ebbf4
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 1ca244c..4a9ec62 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -79,21 +79,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 */ #define HAVE_POSIX_CLOCKS @@ -109,14 +94,6 @@ #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 * non-functional. @@ -176,22 +153,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. */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" @@ -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 */ |