]> granicus.if.org Git - php/commitdiff
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
authorSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)
committerSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)
will never be defined, even on systems which have these functions.

main/strlcat.c
main/strlcpy.c

index 9fde37b933a9d5701ed3c50ff40efab551b2b997..a8be3b437e229d5df5efc4b81158c49fa76382e2 100644 (file)
@@ -1,3 +1,5 @@
+#include "php_config.h"
+
 #ifndef HAVE_STRLCAT
 
 /*     $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $     */
index 0d7d964e70fef2f504e2a17720912e446af5b5e7..fe6760ca76495a67e5cf4bf751e6de3eca56229d 100644 (file)
@@ -1,3 +1,5 @@
+#include "php_config.h"
+
 #ifndef HAVE_STRLCPY
 
 /*     $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $     */