From 8b9102d9feff0eebc9957fa1cce46e7b5c3aecad Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Fri, 7 Oct 2016 15:23:34 -0700 Subject: [PATCH] Update osx/config.h Regenerated with current autoconf tests on macOS Sierra. --- osx/config.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/osx/config.h b/osx/config.h index 9f4f0bb16..33f51aa55 100644 --- a/osx/config.h +++ b/osx/config.h @@ -5,7 +5,7 @@ #define HAVE_BACKTRACE_SYMBOLS 1 /* Define to 1 if you have the `clock_gettime' function. */ -/* #undef HAVE_CLOCK_GETTIME */ +#define HAVE_CLOCK_GETTIME 1 /* Define to 1 if you have the header file. */ #define HAVE_CURSES_H 1 @@ -48,10 +48,7 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mkostemp' function. */ -/* #undef HAVE_MKOSTEMP */ - -/* Define to 1 if you have the nan function */ -#define HAVE_NAN 1 +#define HAVE_MKOSTEMP 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_CURSES_H */ @@ -65,9 +62,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ -/* Define to 1 if realpath accepts null for its second argument. */ -#define HAVE_REALPATH_NULL 1 - /* Define to 1 if you have the header file. */ /* #undef HAVE_SIGINFO_H */