diff options
author | Andi Gutmans <andi@php.net> | 1999-09-14 20:02:47 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-14 20:02:47 +0000 |
commit | 6a836bee6fac49b448ec0581265973feda28ef32 (patch) | |
tree | 3c38ca34b3b116c2cd396c40dcd6347426810338 /main | |
parent | 870a6679ff21e52753e47614b85d300c2f55b211 (diff) | |
download | php-git-6a836bee6fac49b448ec0581265973feda28ef32.tar.gz |
- Support strlcpy/strlcat in windows.
Diffstat (limited to 'main')
-rw-r--r-- | main/config.w32.h | 6 |
1 files changed, 6 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 |