diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index cdbd555..d3575c9 100644 --- a/config.h.in +++ b/config.h.in @@ -166,6 +166,9 @@ /* Mach specific: define if the `host_get_uptime64' RPC is available. */ #undef HAVE_HOST_GET_UPTIME64 +/* Mach specific: define if the `host_get_time64' RPC is available. */ +#undef HAVE_HOST_GET_TIME64 + /* Mach specific: define if the `thread_set_name' RPC is available. */ #undef HAVE_MACH_THREAD_SET_NAME |