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-2009 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 OSG_CONFIG
24 #define OSG_CONFIG 1
25 
26 /* #undef OSG_NOTIFY_DISABLED */
27 /* #undef OSG_USE_FLOAT_MATRIX */
28 /* #undef OSG_USE_FLOAT_PLANE */
29 #define OSG_USE_FLOAT_BOUNDINGSPHERE
30 #define OSG_USE_FLOAT_BOUNDINGBOX
31 #define OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION
32 /* #undef OSG_USE_UTF8_FILENAME */
33 #define OSG_DISABLE_MSVC_WARNINGS
34 
35 #endif