Config 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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. * 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 _OPENTHREADS_CONFIG
  21. #define _OPENTHREADS_CONFIG
  22. /* #undef _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS */
  23. /* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */
  24. /* #undef _OPENTHREADS_ATOMIC_USE_SUN */
  25. #define _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED
  26. /* #undef _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC */
  27. /* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */
  28. /* #undef OT_LIBRARY_STATIC */
  29. #endif