From owner-cvs-all Sun Jan 6 21:35:54 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 17F0737B400; Sun, 6 Jan 2002 21:35:48 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 44ED99B08; Mon, 7 Jan 2002 00:33:11 -0500 (EST) Date: Mon, 7 Jan 2002 00:33:11 -0500 From: Will Andrews To: Bruce Evans Cc: "Jacques A. Vidrine" , Jeremy Lea , 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> Reply-To: Will Andrews Mail-Followup-To: Bruce Evans , "Jacques A. Vidrine" , Jeremy Lea , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020106214224.A67906@hellblazer.nectar.cc> <20020107162741.W423-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020107162741.W423-100000@gamplex.bde.org> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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