diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 19:12:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 19:12:58 +0000 |
commit | 76d49b1cacfde5868001c5aa0ec48417c762179b (patch) | |
tree | fdcba8f645cfa2d31ddc4615ac1216fcb30928c8 /config_h.SH | |
parent | 747afe9f72bf33257cdb451a75c2349469736b92 (diff) | |
download | perl-76d49b1cacfde5868001c5aa0ec48417c762179b.tar.gz |
Know strtoll.
p4raw-id: //depot/cfgperl@4808
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 92e54b0a74..712b38e73c 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1975,6 +1975,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_strtold HAS_STRTOLD /**/ +/* HAS_STRTOLL: + * This symbol, if defined, indicates that the strtoll routine is + * available to convert strings to long longs. + */ +#$d_strtoll HAS_STRTOLL /**/ + /* HAS_STRTOULL: * This symbol, if defined, indicates that the strtoull routine is * available to convert strings to unsigned long longs. |