From d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 9 Jan 2015 16:27:41 -0800 Subject: Remove HAVE_POSIX_CLOCKS. Change-Id: Ide6f54f70bc5edda9ec1f1f05ebaa0acf58aaa77 --- core/combo/include/arch/linux-arm/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-x86/AndroidConfig.h | 5 ----- core/combo/include/arch/target_linux-x86/AndroidConfig.h | 6 ------ 6 files changed, 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 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 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 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 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 header */ #define HAVE_MALLOC_H -- cgit v1.1