diff options
Diffstat (limited to 'core')
6 files changed, 0 insertions, 31 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index e6167fa..d6b37ee 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index dac5f07..fd2ab2f 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 2836241..a72c3dd 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -53,11 +53,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 6128c9d..3a6d885 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 076dbf6..43099be 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * We need to choose between 32-bit and 64-bit off_t. All of our code should * agree on the same size. For desktop systems, use 64-bit values, * because some of our libraries (e.g. wxWidgets) expect to be built that way. diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index d68f95e..bd6cd42 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -34,12 +34,6 @@ #define HAVE_SYMLINKS 1 /* - * Define this if have clock_gettime() and friends - * - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H |