diff options
author | Brad King <brad.king@kitware.com> | 2003-05-12 17:15:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-05-12 17:15:49 (GMT) |
commit | b910480e32088f6ec5eebeeef9d42491ef523790 (patch) | |
tree | 8dc4c2589a285d03577be85143af8e85885887e5 /Source/kwsys/Configure.hxx.in | |
parent | 395fae76420230bda51d74fbd45b1eb0f797f854 (diff) | |
download | CMake-b910480e32088f6ec5eebeeef9d42491ef523790.zip CMake-b910480e32088f6ec5eebeeef9d42491ef523790.tar.gz CMake-b910480e32088f6ec5eebeeef9d42491ef523790.tar.bz2 |
ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms.
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index 68c8024..1c548ba 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -1,3 +1,19 @@ +/*========================================================================= + + Program: KWSys - Kitware System Library + Module: $RCSfile$ + Language: C++ + Date: $Date$ + Version: $Revision$ + + Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. + See http://www.cmake.org/HTML/Copyright.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #ifndef @KWSYS_NAMESPACE@_Configure_hxx #define @KWSYS_NAMESPACE@_Configure_hxx |