From owner-freebsd-questions@FreeBSD.ORG Fri May 9 17:56:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDDF4106566B for ; Fri, 9 May 2008 17:56:42 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 774358FC13 for ; Fri, 9 May 2008 17:56:42 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so325883ana.13 for ; Fri, 09 May 2008 10:56:41 -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=zS8kk+fjmvVpGnfx63jrcCgBHZc9Z+zeY25TG1jYSgY=; b=qZg8y6Hullpk1ayhEsHpbD0nPQPQDsIaFZG4ipHWoUmWaZG7EVIMfDQRUVJmpbPnvBBH3EazbvtYrjtDnh2ovAKXDheGzYYyZSo0tuRjMnxDepAL+qiFAuPr1l5p4iaAbpIm0LF4xYOm+fhz8JgGZrn09IpaK0GqYVOJ9UAqDHk= 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=N+KZxnSvNLlAtcK5X0wRSCDmXWw2X+OxXd9y5TTvBpX8AprWRLTbwj2ixKi4nYIQWVFjdKTDQ+sMBF6Pei1lAHpmuPwW6VawHPd3TL+bo5sLKiQDLZd2JVcyEZsp/563HM1ZramdmHSX3V4foXQi6ai+HCj4FMNgB7AK1Z36oBg= Received: by 10.100.10.15 with SMTP id 15mr6125988anj.152.1210355801519; Fri, 09 May 2008 10:56:41 -0700 (PDT) Received: by 10.100.239.17 with HTTP; Fri, 9 May 2008 10:56:41 -0700 (PDT) Message-ID: <539c60b90805091056s747d99a3n16b6ff6d9e3c094@mail.gmail.com> Date: Fri, 9 May 2008 10:56:41 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d86eeb0b9960d8d7 Subject: correct #define in source to specify FBSD vs. linux? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 17:56:42 -0000 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