better check for clock_gettime_nsec_np() -- cf. bug #5467.

This commit is contained in:
Ozkan Sezer 2021-01-25 04:11:40 +03:00
parent d327bbfbfd
commit aa4a6b0b88
5 changed files with 91 additions and 4 deletions

View file

@ -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