From bf3466d82c5256cc22f454edbfef3d374ea11a3b Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 18 Oct 2016 22:02:56 +0800 Subject: [PATCH] Update osx/config.h Regenerated with current autoconf tests for OS X El Capitan. This avoids portability problems introduced with 8b9102d9feff0eebc9957fa1cce46e7b5c3aecad and partially reverts that commit. --- osx/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/config.h b/osx/config.h index f273f679f..30cac1f8e 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. */ -#define HAVE_CLOCK_GETTIME 1 +/* #undef HAVE_CLOCK_GETTIME */ /* Define to 1 if you have the header file. */ #define HAVE_CURSES_H 1 @@ -51,7 +51,7 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mkostemp' function. */ -#define HAVE_MKOSTEMP 1 +/* #undef HAVE_MKOSTEMP */ /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_CURSES_H */