Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!tank.news.pipex.net!pipex!oleane!epita!epita!laurent From: laurent@epita.epita.fr (Laurent Genier) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: 1.0 preprocessor defines Date: 29 Oct 1995 00:36:55 GMT Organization: Epita (French Computer Science school) Lines: 8 Sender: laurent@epita (Laurent Genier) Distribution: world Message-ID: <46uib7$ssd@boson.epita.fr> References: <46lhi1$fj7@inbox.compass-da.com> <KSTAILEY.95Oct26165408@hill.gnu.ai.mit.edu> NNTP-Posting-Host: epita.epita.fr In article <KSTAILEY.95Oct26165408@hill.gnu.ai.mit.edu>, kstailey@hill.gnu.ai.mit.edu (Kenneth Stailey) writes: |> kstailey@owl$ strings - /usr/libexec/cpp | grep '__.*BSD' |> -Di386 -Dunix -D__NetBSD__ -D__i386__ You can also use a 'cc -v foobar.c' so you'll see the defines used to run the cpp. Laurent.