diff options
Diffstat (limited to 'watcom')
| -rw-r--r-- | watcom/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/watcom/config.h b/watcom/config.h index 7aebfbe85..0952b5073 100644 --- a/watcom/config.h +++ b/watcom/config.h @@ -163,6 +163,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. |
