$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [QNX] Which macro to identify QNX operating system?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2011-04-08 16:10:13
On Fri, Apr 8, 2011 at 7:29 AM, Beman Dawes <bdawes_at_[hidden]> wrote:
> Does anyone with QNX experience know if __QNX__ or __QNXNTO__ is preferred?
>
> Both are used in Boost code. Does it matter?
After more googling, I found this on the QNX web site:
__QNX__
The target is a QNX operating system (QNX 4 or QNX Neutrino).
__QNXNTO__
The target is the QNX Neutrino operating system.
So it looks like __QNX__ casts a wider net than __QNXNTO__
--Beman