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#cmakedefine OSG_NOTIFY_DISABLED
27#cmakedefine OSG_USE_FLOAT_MATRIX
28#cmakedefine OSG_USE_FLOAT_PLANE
29#cmakedefine OSG_USE_FLOAT_BOUNDINGSPHERE
30#cmakedefine OSG_USE_FLOAT_BOUNDINGBOX
31#cmakedefine OSG_USE_FLOAT_QUAT
32#cmakedefine OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION
33#cmakedefine OSG_USE_REF_PTR_SAFE_DEREFERENCE
34#cmakedefine OSG_USE_UTF8_FILENAME
35#cmakedefine OSG_DISABLE_MSVC_WARNINGS
36#cmakedefine OSG_PROVIDE_READFILE
37#cmakedefine OSG_USE_DEPRECATED_API
38#cmakedefine OSG_ENVVAR_SUPPORTED
39#cmakedefine OSG_WINDOWING_SYSTEM_CARBON
40
41#endif
42