mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
better check for clock_gettime_nsec_np() -- cf. bug #5467.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#define HAVE_REALLOC 1
|
||||
#define HAVE_FREE 1
|
||||
#define HAVE_ALLOCA 1
|
||||
#define HAVE_CLOCK_GETTIME_NSEC_NP 1
|
||||
#define HAVE_GETENV 1
|
||||
#define HAVE_SETENV 1
|
||||
#define HAVE_PUTENV 1
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user