diff options
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r-- | vos/config.alpha.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h index 4ba1f2992b..aaeb129cba 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -2142,6 +2142,12 @@ */ /*#define HAS_STRTOQ /**/ +/* HAS_STRTOQ: + * This symbol, if defined, indicates that the strtouq routine is + * available to convert strings to long longs (quads). + */ +/*#define HAS_STRTOQ /**/ + /* HAS_STRTOULL: * This symbol, if defined, indicates that the strtoull routine is * available to convert strings to unsigned long longs. |