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-arm64/AndroidConfig.h | |
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-arm64/AndroidConfig.h')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 8cf6c79..c3ad5da 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -63,11 +63,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 */ #define HAVE_SYS_UIO_H 1 @@ -79,21 +74,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 @@ -171,22 +151,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. */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" @@ -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 */ |