#if !HAVE_FOO -> #ifndef HAVE_FOO

This commit is contained in:
Stig Bakken 1999-09-24 14:41:27 +00:00
parent bd3132bcda
commit 33a946d317
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#if !HAVE_STRLCAT
#ifndef HAVE_STRLCAT
/* $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $ */

View File

@ -1,4 +1,4 @@
#if !HAVE_STRLCPY
#ifndef HAVE_STRLCPY
/* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */