From 6c906b365be678731fa52159e7c73fc5fe50741d Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 13 Jan 2017 22:52:30 +0800 Subject: [PATCH] osx/config.h: update to match current configure output on 10.11 --- osx/config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/osx/config.h b/osx/config.h index 4431c9c2a..743e53a43 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 @@ -60,7 +60,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 */ @@ -157,6 +157,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `wcscasecmp' function. */ +#define HAVE_WCSCASECMP 1 + +/* Define to 1 if you have the `wcsdup' function. */ +#define HAVE_WCSDUP 1 + /* Define to 1 if you have the `wcslcpy' function. */ #define HAVE_WCSLCPY 1