Browse Source

Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY


			
			
				experimetnal/RETURN_REF_PATCH
			
			
		
Sascha Schumann 26 years ago
parent
commit
5d34e43f8d
  1. 2
      main/strlcat.c
  2. 2
      main/strlcpy.c

2
main/strlcat.c

@ -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 $ */

2
main/strlcpy.c

@ -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 $ */

Loading…
Cancel
Save