Skip to content

Commit

Permalink
cmake: Add missing HAVE_WCSTOD_L #cmakedefine
Browse files Browse the repository at this point in the history
Turns out we've been using the fallback everywhere.

See #5453.

(cherry picked from commit 7078aa4)
  • Loading branch information
faho authored and zanchey committed Jan 21, 2019
1 parent b6aafda commit 8ff8124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config_cmake.h.in
Expand Up @@ -115,6 +115,9 @@
/* Define to 1 if you have the `wcsndup' function. */
#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 */
#cmakedefine HAVE_WINSIZE 1

Expand Down

0 comments on commit 8ff8124

Please sign in to comment.