diff options
-rw-r--r-- | main/config.w32.h | 6 | ||||
-rw-r--r-- | php4dllts.dsp | 8 |
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"
|