diff options
Diffstat (limited to 'core/combo/include/arch/darwin-x86')
-rw-r--r-- | core/combo/include/arch/darwin-x86/AndroidConfig.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index eeda5d0..eb5609c 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -84,21 +84,6 @@ #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 */ - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. @@ -232,14 +217,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 1 - -/* - * 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*/ |