am 446b9418: am 780c4320: Merge "Remove HAVE_POSIX_CLOCKS."

* commit '446b9418a4d0b9aa34bf66c99d08c00898b8df4e':
  Remove HAVE_POSIX_CLOCKS.
This commit is contained in:
Elliott Hughes 2015-01-13 20:30:58 +00:00 committed by Android Git Automerger
commit dc176f3fea
6 changed files with 0 additions and 31 deletions

View File

@ -47,11 +47,6 @@
*/
#define HAVE_SYMLINKS
/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
/*
* Define if we have <malloc.h> header
*/

View File

@ -47,11 +47,6 @@
*/
#define HAVE_SYMLINKS
/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
/*
* Define if we have <malloc.h> header
*/

View File

@ -52,11 +52,6 @@
*/
#define HAVE_SYMLINKS
/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
/*
* Define if we have <malloc.h> header
*/

View File

@ -47,11 +47,6 @@
*/
#define HAVE_SYMLINKS
/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
/*
* Define if we have <malloc.h> header
*/

View File

@ -47,11 +47,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,

View File

@ -33,12 +33,6 @@
*/
#define HAVE_SYMLINKS 1
/*
* Define this if have clock_gettime() and friends
*
*/
#define HAVE_POSIX_CLOCKS
/*
* Define if we have <malloc.h> header
*/