From owner-freebsd-hackers@FreeBSD.ORG Fri May 9 18:32:32 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A6A106566B for ; Fri, 9 May 2008 18:32:32 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5038FC17 for ; Fri, 9 May 2008 18:32:32 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so1037370wxd.7 for ; Fri, 09 May 2008 11:32:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=CgbEQ4vNIv9FnqBUTqTb9HuYBCNzyBAnzxsVkrFyja8=; b=YFNo8AfsXe0Rt/FPFWKGhL+DuGXW3oMOrB9AvEDAF5DUpFlOcAvuPeUnQmLN+g2RZzlnN14F8/DJHxfwnDWv/nxGll6nVBG4cmS3VvPaWZliIE/x+Pr2JYx8uEw6/OBJdDhDn1to6wBmPesEKPjuBRRP+ij4FlZ3YMvK2Na2G50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=YWyxviS1r4NNfbJxgZzs1VMtHuqtGxlqDkWwnvfVcZj197HzqeEOMTy6bRRo0xZRI39h+z2GycnvrJ/c41YvhI3PFoW/pRQXoPB7MutoRn2jcmZKG7yEjbUGyAOqYAn5ApJSMWFMt1tBJlIInGVjYz+zpywCdS2MLCZBw+VF42E= Received: by 10.100.110.15 with SMTP id i15mr6169874anc.97.1210356217028; Fri, 09 May 2008 11:03:37 -0700 (PDT) Received: by 10.100.239.17 with HTTP; Fri, 9 May 2008 11:03:37 -0700 (PDT) Message-ID: <539c60b90805091103u2c8907a6q83cdca69fb45888e@mail.gmail.com> Date: Fri, 9 May 2008 11:03:37 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1644e6acef5ef943 Subject: correct #define in source to specify FBSD vs. linux? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 18:32:33 -0000 Seems there is a more appropriate list for my earlier question to freebsd-questions: On and on I charge porting linux engineering tools. Major pita. I see a bunch of #ifdef __APPLE__ lines to pull in alternate headers; what's the equiv for FreeBSD? Thanks, Steve