From f90cb3957f7c695b2ac0a32a848b2efcaa32ccaa Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Wed, 16 Jan 2019 14:42:15 -0600 Subject: [PATCH] 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` --- osx/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osx/config.h b/osx/config.h index da6aadaab..cd7f2b746 100644 --- a/osx/config.h +++ b/osx/config.h @@ -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