summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-09-14 20:02:47 +0000
committerAndi Gutmans <andi@php.net>1999-09-14 20:02:47 +0000
commit6a836bee6fac49b448ec0581265973feda28ef32 (patch)
tree3c38ca34b3b116c2cd396c40dcd6347426810338
parent870a6679ff21e52753e47614b85d300c2f55b211 (diff)
downloadphp-git-6a836bee6fac49b448ec0581265973feda28ef32.tar.gz
- Support strlcpy/strlcat in windows.
-rw-r--r--main/config.w32.h6
-rw-r--r--php4dllts.dsp8
2 files changed, 14 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 1c08814065..a9ffa533f2 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -192,6 +192,12 @@
/* Define if you have the memcpy function. */
#define HAVE_MEMCPY 1
+/* Define if you have the strlcat function. */
+/* #undef HAVE_STRLCAT */
+
+/* Define if you have the strlcpy function. */
+/* #undef HAVE_STRLCPY */
+
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
diff --git a/php4dllts.dsp b/php4dllts.dsp
index f702da80ee..58379866bc 100644
--- a/php4dllts.dsp
+++ b/php4dllts.dsp
@@ -153,6 +153,14 @@ SOURCE=.\safe_mode.c
SOURCE=.\SAPI.c
# End Source File
+# Begin Source File
+
+SOURCE=.\strlcat.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\strlcpy.c
+# End Source File
# End Group
# Begin Group "Header Files"