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

@ -85,11 +85,6 @@
*/ */
#define HAVE_TERMIO_H #define HAVE_TERMIO_H
/*
* Define this if you have <sys/sendfile.h>
*/
/* #define HAVE_SYS_SENDFILE_H 1 */
/* /*
* Define this if you build against MSVCRT.DLL * Define this if you build against MSVCRT.DLL
*/ */
@ -116,11 +111,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
/* #define HAVE_IOCTL */
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -164,12 +154,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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. * Add any extra platform-specific defines here.
*/ */
@ -214,11 +198,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dylib" #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 * The default path separator for the platform
*/ */

View File

@ -92,11 +92,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 * Define this if you build against MSVCRT.DLL
*/ */
@ -123,11 +118,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -173,12 +163,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -252,11 +236,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -92,11 +92,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 * Define this if you build against MSVCRT.DLL
*/ */
@ -123,11 +118,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -168,12 +158,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -247,11 +231,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -92,11 +92,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 * Define this if you build against MSVCRT.DLL
*/ */
@ -123,11 +118,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -178,12 +168,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -269,11 +253,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -92,11 +92,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 * Define this if you build against MSVCRT.DLL
*/ */
@ -123,11 +118,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -168,12 +158,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -259,11 +243,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -85,11 +85,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 * Define this if you build against MSVCRT.DLL
*/ */
@ -116,11 +111,6 @@
*/ */
#define HAVE_GETHOSTBYNAME_R #define HAVE_GETHOSTBYNAME_R
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -166,12 +156,6 @@
*/ */
#define HAVE_BACKTRACE 1 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -232,11 +216,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -78,11 +78,6 @@
*/ */
#define HAVE_TERMIO_H 1 #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 have Microsoft C runtime (MSVCRT.DLL) * Define this if you build against have Microsoft C runtime (MSVCRT.DLL)
*/ */
@ -109,11 +104,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
#define HAVE_IOCTL
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -162,12 +152,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Defined if we have the sched_setscheduler() call
*/ */
@ -241,11 +225,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" #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 * The default path separator for the platform
*/ */

View File

@ -118,13 +118,6 @@
# define HAVE_TERMIO_H # define HAVE_TERMIO_H
#endif #endif
/*
* Define this if you have <sys/sendfile.h>
*/
#ifdef __CYGWIN__
# define HAVE_SYS_SENDFILE_H 1
#endif
/* /*
* Define this if you build against MSVCRT.DLL * Define this if you build against MSVCRT.DLL
*/ */
@ -150,11 +143,6 @@
*/ */
/* #define HAVE_GETHOSTBYNAME_R */ /* #define HAVE_GETHOSTBYNAME_R */
/*
* Define this if we have ioctl().
*/
/* #define HAVE_IOCTL */
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */
@ -206,12 +194,6 @@
*/ */
#define HAVE_BACKTRACE 0 #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 * Define if tm struct has tm_gmtoff field
*/ */
@ -257,11 +239,6 @@
*/ */
#define OS_SHARED_LIB_FORMAT_STR "lib%s.dll" #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 * The default path separator for the platform
*/ */