diff options
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/config.mingw | 7 | ||||
| -rw-r--r-- | makefiles/config.os2x | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/makefiles/config.mingw b/makefiles/config.mingw index 6f8486c25..f6b5b3d1e 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -169,6 +169,13 @@ /* #undef HAVE_STRLCPY */ /* + * Do we have POSIX locale support? + */ + +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALECONV 1 + +/* * HAVE_SYS_SELECT_H: * * Whether or not select() call has its own header file. diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 0fc4c52fc..868a428af 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -166,6 +166,13 @@ /* #undef HAVE_STRLCPY*/ /* + * Do we have POSIX locale support? + */ + +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALECONV 1 + +/* * HAVE_SYS_SELECT_H: * * Whether or not select() call has its own header file. |
