diff options
Diffstat (limited to 'vos/config.h')
-rw-r--r-- | vos/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vos/config.h b/vos/config.h index 78e5c693fe..55bb25f66a 100644 --- a/vos/config.h +++ b/vos/config.h @@ -2801,6 +2801,11 @@ #define SITELIB_EXP "/system/ported/perl/lib/site/5.005" /**/ #define SITELIB_STEM "/system/ported/perl/lib/site" /**/ +/* Size_t_size: + * This symbol holds the size of a Size_t in bytes. + */ +#define Size_t_size 4 /* */ + /* Size_t: * This symbol holds the type used to declare length parameters * for string functions. It is usually size_t, but may be |