Config 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT!
  15. ****************************************************************************/
  16. /* Changes to the configuration reflected here can be made with ccmake on
  17. * unix or with cmake-gui on windows. Alternatively you can use cmake's -D
  18. * or -P switches to set some configuration values at cmake configuration time.
  19. */
  20. #ifndef OSG_CONFIG
  21. #define OSG_CONFIG 1
  22. /* #undef OSG_NOTIFY_DISABLED */
  23. /* #undef OSG_USE_FLOAT_MATRIX */
  24. /* #undef OSG_USE_FLOAT_PLANE */
  25. #define OSG_USE_FLOAT_BOUNDINGSPHERE
  26. #define OSG_USE_FLOAT_BOUNDINGBOX
  27. /* #undef OSG_USE_FLOAT_QUAT */
  28. #define OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION
  29. /* #undef OSG_USE_REF_PTR_SAFE_DEREFERENCE */
  30. /* #undef OSG_USE_UTF8_FILENAME */
  31. #define OSG_DISABLE_MSVC_WARNINGS
  32. #define OSG_PROVIDE_READFILE
  33. #define OSG_USE_DEPRECATED_API
  34. #define OSG_ENVVAR_SUPPORTED
  35. /* #undef OSG_WINDOWING_SYSTEM_CARBON */
  36. #endif