summaryrefslogtreecommitdiff
path: root/main/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/strlcpy.c')
-rw-r--r--main/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/strlcpy.c b/main/strlcpy.c
index 3e66140ef6..548dd9410b 100644
--- a/main/strlcpy.c
+++ b/main/strlcpy.c
@@ -20,7 +20,7 @@
#include "php.h"
-#ifndef HAVE_STRLCPY
+#ifdef USE_STRLCPY_PHP_IMPL
/* $OpenBSD: strlcpy.c,v 1.15 2016/10/16 17:37:39 dtucker Exp $ */