mirror of
https://github.com/php/php-src.git
synced 2025-01-21 11:13:38 +08:00
#if !HAVE_FOO -> #ifndef HAVE_FOO
This commit is contained in:
parent
bd3132bcda
commit
33a946d317
@ -1,4 +1,4 @@
|
||||
#if !HAVE_STRLCAT
|
||||
#ifndef HAVE_STRLCAT
|
||||
|
||||
/* $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $ */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#if !HAVE_STRLCPY
|
||||
#ifndef HAVE_STRLCPY
|
||||
|
||||
/* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user