diff options
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r-- | vos/config.alpha.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h index e62bec2c3b..7f108eb5d1 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -3374,6 +3374,13 @@ */ /*#define HAS_FLOCK_PROTO /**/ +/* HAS_NL_LANGINFO: + * This symbol, if defined, indicates that the nl_langinfo routine is + * available to return local data. You will also need <langinfo.h> + * and therefore I_LANGINFO. + */ +/*#define HAS_NL_LANGINFO /**/ + /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask @@ -3440,4 +3447,10 @@ */ /*#define HAS_USLEEP_PROTO /**/ +/* I_LANGINFO: + * This symbol, if defined, indicates that <langinfo.h> exists and + * should be included. + */ +/*#define I_LANGINFO /**/ + #endif |