interesting ... my ubuntu has __unix and __unix__ instead of linux.

Nick


On Tue, May 6, 2014 at 7:01 PM, Curtis Rubel <cru...@compro.net> wrote:

> Nick,
>
> __linux__ is defined someplace in the gcc compiler
> as it finds the current arch and os, etc.,  installed.
>
> you can:
>
> cpp -dM /dev/null
>
> and see all the gcc defines output.
> I see that __linux is still there as well, at least for
> the time being.
>
> ALLOW_PRIORITY_SCHEDULING, however seems to be an
> OpenThreads specific define.
>
> ...
>
> Thank you!
>
> Cheers,
> Curtis
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=59293#59293
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
trajce nikolov nick
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to