mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
- Support strlcpy/strlcat in windows.
This commit is contained in:
parent
870a6679ff
commit
6a836bee6f
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user