Boost logo

Boost-Build :

Subject: Re: [Boost-build] accessing POSIX_VERSION from Jamfile?
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2010-05-26 08:14:30


On 5/26/2010 1:36 AM, Oliver Kowalke wrote:
> Is it possible to access an evaluate the _POSIX_VERSION?
>
> #lif defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L

Since that's in a system header, generally no. You'd have to do some
special parsing of the file, or preprocessed version of the file. Unless
there happens to be a matching env variable.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org (msn) - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk