summaryrefslogtreecommitdiff
path: root/win32/config_H.vc64
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2004-10-30 16:11:15 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-10-30 16:11:15 +0000
commit54b118e450a05696efa125aa6f95e265900e5b61 (patch)
tree842e1aa6385915155d9c92aabb1ed03bc8827bbf /win32/config_H.vc64
parent08c920006ec0eb27982e2ca28a35e7ba85fccf44 (diff)
downloadperl-54b118e450a05696efa125aa6f95e265900e5b61.tar.gz
Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
p4raw-id: //depot/perl@23436
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r--win32/config_H.vc6412
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index fa836034a6..00c2086ce0 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -2806,6 +2806,18 @@
*/
#define HAS_STRFTIME /**/
+/* HAS_STRLCAT
+ * This symbol, if defined, indicates that the strlcat routine is
+ * available to do string concatenation.
+ */
+/*#define HAS_STRLCAT /**/
+
+/* HAS_STRLCPY:
+ * This symbol, if defined, indicates that the strlcpy routine is
+ * available to do string copying.
+ */
+/*#define HAS_STRLCPY /**/
+
/* HAS_STRTOLD:
* This symbol, if defined, indicates that the strtold routine is
* available to convert strings to long doubles.