mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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
b1f5cb9bf4
commit
f90cb3957f
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@
|
||||||
/* Define to 1 if you have the `wcsndup' function. */
|
/* Define to 1 if you have the `wcsndup' function. */
|
||||||
/* #undef HAVE_WCSNDUP */
|
/* #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 to 1 if the winsize struct and TIOCGWINSZ macro exist */
|
||||||
#define HAVE_WINSIZE 1
|
#define HAVE_WINSIZE 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue