Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2002 00:33:11 -0500
From:      Will Andrews <will@csociety.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        "Jacques A. Vidrine" <n@nectar.cc>, Jeremy Lea <reg@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/net/gnomeicu/files patch-src::icu_db.c
Message-ID:  <20020107003311.V73815@squall.waterspout.com>
In-Reply-To: <20020107162741.W423-100000@gamplex.bde.org>
References:  <20020106214224.A67906@hellblazer.nectar.cc> <20020107162741.W423-100000@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 07, 2002 at 04:33:35PM +1100, Bruce Evans wrote:
> This might fail under FreeBSD, since FreeBSD has a bogus malloc.h,
> especially since the amount of bogusness is version-dependent.

Not really.  If malloc.h is found, it will try to compile it.  If
the compile fails (as in 5-current, which is #error), it will not
define HAVE_MALLOC_H.  If it doesn't fail (as in 4-stable and
earlier, which is #warning), it will define HAVE_MALLOC_H.

-- 
wca

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020107003311.V73815>