diff options
Diffstat (limited to 'visualc')
| -rw-r--r-- | visualc/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/visualc/config.h b/visualc/config.h index 05867eaf0..e5a25f105 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -153,6 +153,13 @@ /*#undef HAVE_STRLCPY*/ /* + * Do we have POSIX locale support? + */ + +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALECONV 1 + +/* * HAVE_POLL: * * Use poll() if we don't have select(). |
