mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
osx/config.h: update to match current configure output on 10.11
This commit is contained in:
parent
83fbd881e7
commit
e0d7f0bc96
1 changed files with 6 additions and 0 deletions
|
@ -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 <stdlib.h> 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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue