summaryrefslogtreecommitdiffstats
path: root/src/rcclocale.h
blob: b6832ed996ceca707b3cc64c38ce393192f4a0f9 (plain)
1
2
3
4
5
6
7
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 */