- Support strlcpy/strlcat in windows.

This commit is contained in:
Andi Gutmans 1999-09-14 20:02:47 +00:00
parent 870a6679ff
commit 6a836bee6f
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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"