diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-22 21:00:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-22 21:00:52 +0300 |
commit | 989bb3e5bdecbe8a8eae8705140746c65d998d15 (patch) | |
tree | 6d04eb1a8ab05b588dc84a7c731dcb058d236a96 /pc/config.h | |
parent | 4b72a1631970aff30d8806fc988ea22101ef340e (diff) | |
parent | a495689c8c3e2aeef367409c4e2beddcda042312 (diff) | |
download | egawk-989bb3e5bdecbe8a8eae8705140746c65d998d15.tar.gz egawk-989bb3e5bdecbe8a8eae8705140746c65d998d15.tar.bz2 egawk-989bb3e5bdecbe8a8eae8705140746c65d998d15.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index e2a388a4..103c6caf 100644 --- a/pc/config.h +++ b/pc/config.h @@ -115,7 +115,9 @@ #endif /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#undef HAVE_LANGINFO_CODESET +#ifdef __MINGW32__ +#define HAVE_LANGINFO_CODESET 1 +#endif /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES |