OSDN Git Service

Remove HAVE_POSIX_CLOCKS.
authorElliott Hughes <enh@google.com>
Sat, 10 Jan 2015 00:27:41 +0000 (16:27 -0800)
committerElliott Hughes <enh@google.com>
Sat, 10 Jan 2015 00:27:41 +0000 (16:27 -0800)
Change-Id: Ide6f54f70bc5edda9ec1f1f05ebaa0acf58aaa77

core/combo/include/arch/linux-arm/AndroidConfig.h
core/combo/include/arch/linux-arm64/AndroidConfig.h
core/combo/include/arch/linux-mips/AndroidConfig.h
core/combo/include/arch/linux-mips64/AndroidConfig.h
core/combo/include/arch/linux-x86/AndroidConfig.h
core/combo/include/arch/target_linux-x86/AndroidConfig.h

index e6167fa..d6b37ee 100644 (file)
 #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
index dac5f07..fd2ab2f 100644 (file)
 #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
index 2836241..a72c3dd 100644 (file)
 #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
index 6128c9d..3a6d885 100644 (file)
 #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
index 076dbf6..43099be 100644 (file)
 #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.
index d68f95e..bd6cd42 100644 (file)
 #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