mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
use extra flag to turn on php implementations
This commit is contained in:
parent
42821dd1c9
commit
65afcf81a0
3 changed files with 4 additions and 2 deletions
|
@ -182,6 +182,7 @@ END_EXTERN_C()
|
|||
#undef strlcpy
|
||||
#define strlcpy php_strlcpy
|
||||
#define HAVE_STRLCPY 1
|
||||
#define USE_STRLCPY_PHP_IMPL 1
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRLCAT
|
||||
|
@ -191,6 +192,7 @@ END_EXTERN_C()
|
|||
#undef strlcat
|
||||
#define strlcat php_strlcat
|
||||
#define HAVE_STRLCAT 1
|
||||
#define USE_STRLCAT_PHP_IMPL 1
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_EXPLICIT_BZERO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue