Remove unused entries from AndroidConfig.h.

We should probably try to remove these files completely, but this at
least takes care of the stuff that's completely obsolete.

Change-Id: Ic71b7b491c119963068294e258dc6afe5a45b40d
This commit is contained in:
Elliott Hughes
2014-08-18 12:18:59 -07:00
parent f8d885793d
commit 032ac32bdb
8 changed files with 0 additions and 170 deletions

View File

@@ -92,11 +92,6 @@
*/
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
*/
#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
*/