summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-07-10 11:28:24 +0000
committerSteve Peters <steve@fisharerojo.org>2006-07-10 11:28:24 +0000
commita6cc41194dbe50598d9f33497d88c8589cd7a8c0 (patch)
treeb2660dbedb85b00f89e7a2f39dc13d7dea631713 /embed.h
parenteeb9de022215ff745a61968bf9408965f4687655 (diff)
downloadperl-a6cc41194dbe50598d9f33497d88c8589cd7a8c0.tar.gz
Add Russ Allbery's public domain implementations of strlcat and
strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core. Thanks Russ! p4raw-id: //depot/perl@28525
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 8e26433190..3c4c65c377 100644
--- a/embed.h
+++ b/embed.h
@@ -1773,6 +1773,10 @@
#endif
#ifdef PERL_IMPLICIT_CONTEXT
#endif
+#ifndef HAS_STRLCAT
+#endif
+#ifndef HAS_STRLCPY
+#endif
#ifdef PERL_MAD
#ifdef PERL_CORE
#define pad_peg Perl_pad_peg
@@ -3966,6 +3970,10 @@
#endif
#ifdef PERL_IMPLICIT_CONTEXT
#endif
+#ifndef HAS_STRLCAT
+#endif
+#ifndef HAS_STRLCPY
+#endif
#ifdef PERL_MAD
#ifdef PERL_CORE
#define pad_peg Perl_pad_peg