summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-x86/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/include/arch/linux-x86/AndroidConfig.h')
-rw-r--r--core/combo/include/arch/linux-x86/AndroidConfig.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h
index 1f2d9ab..e3bffec 100644
--- a/core/combo/include/arch/linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/linux-x86/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
@@ -89,11 +84,6 @@
#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
@@ -129,29 +119,15 @@
#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>
*/
@@ -168,11 +144,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).
*/
@@ -199,16 +170,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
*/
#define HAVE_PRCTL 1
@@ -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*/