From owner-cvs-all Tue Oct 30 7:57:43 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 6DE2F37B446; Tue, 30 Oct 2001 07:57:32 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9UFvHe25413; Tue, 30 Oct 2001 10:57:17 -0500 (EST) (envelope-from wollman) Date: Tue, 30 Oct 2001 10:57:17 -0500 (EST) From: Garrett Wollman Message-Id: <200110301557.f9UFvHe25413@khavrinen.lcs.mit.edu> To: Peter Pentchev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include malloc.h In-Reply-To: <20011030161105.A93996@straylight.oblivion.bg> References: <200110250235.f9P2ZTU86318@freefall.freebsd.org> <200110250239.f9P2dfn50520@khavrinen.lcs.mit.edu> <20011030161105.A93996@straylight.oblivion.bg> 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 < said: > Just BTW, what is the correct test to use for malloc.h vs stdlib.h? > Will __STDC__ be enough? #if HAVE_STDLIB_H __STDC__ tells you about the compiler; it doesn't tell you whether the compilation environment is actually valid. In FreeBSD, we have always had , even when compiling with `gcc -traditional'. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message