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:
Mahmoud Al-Qudsi 2019-01-16 14:42:15 -06:00 committed by David Adam
parent b1f5cb9bf4
commit f90cb3957f

View file

@ -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