summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-16 19:12:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-16 19:12:58 +0000
commit76d49b1cacfde5868001c5aa0ec48417c762179b (patch)
treefdcba8f645cfa2d31ddc4615ac1216fcb30928c8 /config_h.SH
parent747afe9f72bf33257cdb451a75c2349469736b92 (diff)
downloadperl-76d49b1cacfde5868001c5aa0ec48417c762179b.tar.gz
Know strtoll.
p4raw-id: //depot/cfgperl@4808
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
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.