OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Config.h
Go to the documentation of this file.
1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 2008 Robert Osfield
2  *
3  * This library is open source and may be redistributed and/or modified under
4  * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
5  * (at your option) any later version. The full license is in LICENSE file
6  * included with this distribution, and on the openscenegraph.org website.
7  *
8  * This library is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * OpenSceneGraph Public License for more details.
12 */
13 
14 /****************************************************************************
15  * THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT!
16  ****************************************************************************/
17 
18 /* Changes to the configuration reflected here can be made with ccmake on
19  * unix or with cmake-gui on windows. Alternatively you can use cmake's -D
20  * or -P switches to set some configuration values at cmake configuration time.
21  */
22 
23 #ifndef _OPENTHREADS_CONFIG
24 #define _OPENTHREADS_CONFIG
25 
26 #define _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS
27 /* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */
28 /* #undef _OPENTHREADS_ATOMIC_USE_SUN */
29 /* #undef _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED */
30 /* #undef _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC */
31 /* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */
32 /* #undef OT_LIBRARY_STATIC */
33 
34 #endif