From e0d7f0bc96d1eabd8e89eb8952133d962b6bca80 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 11 Dec 2018 21:59:45 +0800 Subject: [PATCH] osx/config.h: update to match current configure output on 10.11 --- osx/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osx/config.h b/osx/config.h index 1a9ba17b6..cfe081b1b 100644 --- a/osx/config.h +++ b/osx/config.h @@ -4,6 +4,9 @@ /* Define to 1 if you have the `backtrace_symbols' function. */ #define HAVE_BACKTRACE_SYMBOLS 1 +/* banana */ +#define HAVE_BROKEN_WCWIDTH 1 + /* Define to 1 if you have the `clock_gettime' function. */ /* #undef HAVE_CLOCK_GETTIME */ @@ -92,6 +95,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 +/* Define to 1 if you have the `std::make_unique' function. */ +/* #undef HAVE_STD__MAKE_UNIQUE */ + /* Define to 1 if you have the `std::wcscasecmp' function. */ /* #undef HAVE_STD__WCSCASECMP */