summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-19 23:19:31 +0100
committerAnatol Belski <ab@php.net>2017-03-19 23:19:31 +0100
commit65afcf81a062cf5cc4a0a754ced6f6422e5537ad (patch)
treecd872c8fbefcc13ee53442181e2022158c3a1e2f /main/php.h
parent42821dd1c984574dde62d902a91ea58d2d83ecc6 (diff)
downloadphp-git-65afcf81a062cf5cc4a0a754ced6f6422e5537ad.tar.gz
use extra flag to turn on php implementations
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index 5a5dd40617..2d22297d3a 100644
--- a/main/php.h
+++ b/main/php.h
@@ -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