diff options
Diffstat (limited to 'src/rcclocale.h')
-rw-r--r-- | src/rcclocale.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rcclocale.h b/src/rcclocale.h index dc2c4e7..b6832ed 100644 --- a/src/rcclocale.h +++ b/src/rcclocale.h @@ -1,5 +1,8 @@ #ifndef _RCC_LOCALE_H #define _RCC_LOCALE_H +#define RCC_MAX_CHARSET_CHARS 16 +#define RCC_MAX_LANGUAGE_CHARS 16 +#define RCC_MAX_VARIABLE_CHARS 16 #endif /* _RCC_LOCALE_H */ |