better check for clock_gettime_nsec_np() -- cf. bug #5467.
This commit is contained in:
parent
d327bbfbfd
commit
aa4a6b0b88
5 changed files with 91 additions and 4 deletions
|
@ -56,6 +56,9 @@
|
|||
#define HAVE_CALLOC 1
|
||||
#define HAVE_REALLOC 1
|
||||
#define HAVE_FREE 1
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
|
||||
#define HAVE_CLOCK_GETTIME_NSEC_NP 1
|
||||
#endif
|
||||
#define HAVE_ALLOCA 1
|
||||
#define HAVE_GETENV 1
|
||||
#define HAVE_SETENV 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue