From owner-freebsd-hackers Wed Jan 27 08:20:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04403 for freebsd-hackers-outgoing; Wed, 27 Jan 1999 08:20:55 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from excalibur.oceanis.net (ns.dotcom.fr [194.133.21.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04387 for ; Wed, 27 Jan 1999 08:20:53 -0800 (PST) (envelope-from pixel@excalibur.oceanis.net) Received: (from pixel@localhost) by excalibur.oceanis.net (8.9.1/8.9.1) id QAA04094; Wed, 27 Jan 1999 16:20:40 GMT From: Emmanuel DELOGET Message-Id: <199901271620.QAA04094@excalibur.oceanis.net> Subject: Re: #define question In-Reply-To: <36AF3A09.59839958@Shevchenko.Kiev.UA> from Ruslan Shevchenko at "Jan 27, 1999 6: 8:42 pm" To: hackers@FreeBSD.ORG Date: Wed, 27 Jan 1999 17:20:39 +0100 (MET) Cc: rssh@gvinpin.grad.kiev.ua MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Charset koi8-r unsupported, filtering to ASCII...] > Emmanuel DELOGET wrote: > > > > Do we have a systemwide variable to use in the form like this: > > > > > > #ifdef __FREEBSD__ > > > #include > > > #endif > > > > It seems that we do not > > (try grep -i freebsd /usr/include/*{.h,/*.h}) > > > > gcc -E -dM /usr/include/stddef.h > > > > > -- > > pixel@dotcom.fr ------------------------------------------------ > > DotCom > > Communication Numerique > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-hackers" in the body of the message > Apologize... I'm currently working on a new method to learn reading and writing... Seems that cpp knows about a __FreeBSD__ define (in fact, I had it in front of my eyes while writing this stupid stuff...) pixel@dotcom.fr ------------------------------------------------ DotCom Communication Numerique To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message