walkcontext dirfd clearenv malloc_usable_size clock_gettime)
dnl strtoimax and strtoumax are macros in HP-UX, so inttypes.h must be included
+dnl Link instead of just compiling since there's something wrong with Tru64
AC_MSG_CHECKING([for strtoimax])
-AC_TRY_COMPILE([
+AC_TRY_LINK([
#include <inttypes.h>
], [
strtoimax(0, 0, 0);
])
AC_MSG_CHECKING([for strtoumax])
-AC_TRY_COMPILE([
+AC_TRY_LINK([
#include <inttypes.h>
], [
strtoumax(0, 0, 0);