summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorDavid Hammen <hammen@gothamcity.jsc.nasa.gov>1996-11-18 18:46:52 +1200
committerChip Salzenberg <chip@atlantic.net>1996-11-19 14:16:00 +1200
commita89d8a78dff47ec38c74499f0534e21e544ac9a1 (patch)
tree45a39a895ee400ff23abdcd258baca76a467143a /config_h.SH
parent66b5b9b719a73ccb69aa5b9b38c5ebad57f7e26a (diff)
downloadperl-a89d8a78dff47ec38c74499f0534e21e544ac9a1.tar.gz
Re: strtod / strtol patch for POSIX module
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH18
1 files changed, 18 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 1f1880964f..0a8bc626da 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -800,6 +800,24 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$d_syserrlst HAS_SYS_ERRLIST /**/
#define Strerror(e) $d_strerrm
+/* HAS_STRTOD:
+ * This symbol, if defined, indicates that the strtod routine is
+ * available to translate strings to doubles.
+ */
+#$d_strtod HAS_STRTOD /**/
+
+/* HAS_STRTOL:
+ * This symbol, if defined, indicates that the strtol routine is
+ * available to translate strings to integers.
+ */
+#$d_strtol HAS_STRTOL /**/
+
+/* HAS_STRTOUL:
+ * This symbol, if defined, indicates that the strtoul routine is
+ * available to translate strings to integers.
+ */
+#$d_strtoul HAS_STRTOUL /**/
+
/* HAS_STRXFRM:
* This symbol, if defined, indicates that the strxfrm() routine is
* available to transform strings.