Remove HAVE_(GNU|BSD)_QSORT_R from AndroidConfig.h.
Change-Id: If2018529a6c067b63e1a59c16c911d63ec2ebbf4
This commit is contained in:
@@ -83,21 +83,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:
|
||||
*
|
||||
@@ -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*/
|
||||
|
Reference in New Issue
Block a user