mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Add missing define for HAVE_WCSTOD_L to osx/config.h
I believe this should take care of the reported problem with the corrected definition for `wcstod_l`. For future reference, any changes to `config.h.in` should also be reflected in `osx/config.h`
This commit is contained in:
parent
55526947d2
commit
aee8e5250a
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@
|
|||
/* Define to 1 if you have the `wcsndup' function. */
|
||||
/* #undef HAVE_WCSNDUP */
|
||||
|
||||
/* Define to 1 if you have the `wcstod_l' function. */
|
||||
#define HAVE_WCSTOD_L 1
|
||||
|
||||
/* Define to 1 if the winsize struct and TIOCGWINSZ macro exist */
|
||||
#define HAVE_WINSIZE 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue