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 */