mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 12:13:55 +08:00
cmake: Add missing HAVE_WCSTOD_L #cmakedefine
Turns out we've been using the fallback everywhere.
See #5453.
(cherry picked from commit 7078aa4642
)
This commit is contained in:
parent
b6aafda139
commit
8ff8124765
|
@ -115,6 +115,9 @@
|
||||||
/* Define to 1 if you have the `wcsndup' function. */
|
/* Define to 1 if you have the `wcsndup' function. */
|
||||||
#cmakedefine HAVE_WCSNDUP 1
|
#cmakedefine HAVE_WCSNDUP 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `wcstod_l' function. */
|
||||||
|
#cmakedefine 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 */
|
||||||
#cmakedefine HAVE_WINSIZE 1
|
#cmakedefine HAVE_WINSIZE 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user