1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

will never be defined, even on systems which have these functions.
This commit is contained in:
Sascha Schumann
1999-11-26 13:33:41 +00:00
parent 327e8f7e06
commit 5d34e43f8d
2 changed files with 4 additions and 0 deletions

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

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