From c32ee85d3dc1223329f5c5d9077ef10fc55e1296 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 26 Jun 2008 10:33:47 +0000 Subject: [PATCH] From Mathias Froehlich, added do not edit comments to Config.in so that the autogenerated Config files have an appropriate warning notice --- src/OpenThreads/common/Config.in | 24 +++++++++++++++++++++++- src/osg/Config.in | 25 +++++++++++++++++++++++-- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/src/OpenThreads/common/Config.in b/src/OpenThreads/common/Config.in index 876bf86ef..0ae5183e3 100644 --- a/src/OpenThreads/common/Config.in +++ b/src/OpenThreads/common/Config.in @@ -1,3 +1,25 @@ +/* -*-c++-*- OpenSceneGraph - Copyright (C) 2008 Robert Osfield + * + * This library is open source and may be redistributed and/or modified under + * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or + * (at your option) any later version. The full license is in LICENSE file + * included with this distribution, and on the openscenegraph.org website. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * OpenSceneGraph Public License for more details. +*/ + +/**************************************************************************** + * THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT! + ****************************************************************************/ + +/* Changes to the configuration reflected here can be made with ccmake on + * unix or with cmake-gui on windows. Alternatively you can use cmake's -D + * or -P switches to set some configuration values at cmake configuration time. + */ + #ifndef _OPENTHREADS_CONFIG #define _OPENTHREADS_CONFIG @@ -7,4 +29,4 @@ #cmakedefine _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED #cmakedefine _OPENTHREADS_ATOMIC_USE_MUTEX -#endif \ No newline at end of file +#endif diff --git a/src/osg/Config.in b/src/osg/Config.in index e0c0455cd..5881584f2 100644 --- a/src/osg/Config.in +++ b/src/osg/Config.in @@ -1,3 +1,25 @@ +/* -*-c++-*- OpenSceneGraph - Copyright (C) 2008 Robert Osfield + * + * This library is open source and may be redistributed and/or modified under + * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or + * (at your option) any later version. The full license is in LICENSE file + * included with this distribution, and on the openscenegraph.org website. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * OpenSceneGraph Public License for more details. +*/ + +/**************************************************************************** + * THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT! + ****************************************************************************/ + +/* Changes to the configuration reflected here can be made with ccmake on + * unix or with cmake-gui on windows. Alternatively you can use cmake's -D + * or -P switches to set some configuration values at cmake configuration time. + */ + #ifndef OSG_CONFIG #define OSG_CONFIG 1 @@ -5,6 +27,5 @@ #cmakedefine OSG_USE_FLOAT_PLANE #cmakedefine OSG_USE_FLOAT_BOUNDINGSPHERE #cmakedefine OSG_USE_FLOAT_BOUNDINGBOX -#cmakedefine OSG_ENFORCE_THREADSAFE -#endif \ No newline at end of file +#endif