2009-09-28 19:43:28 +04:00
|
|
|
/*============================================================================
|
|
|
|
CMake - Cross Platform Makefile Generator
|
|
|
|
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
2007-07-27 18:55:24 +04:00
|
|
|
|
2009-09-28 19:43:28 +04:00
|
|
|
Distributed under the OSI-approved BSD License (the "License");
|
|
|
|
see accompanying file Copyright.txt for details.
|
2007-07-27 18:55:24 +04:00
|
|
|
|
2009-09-28 19:43:28 +04:00
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
See the License for more information.
|
|
|
|
============================================================================*/
|
2001-06-20 21:56:38 +04:00
|
|
|
#cmakedefine CMAKE_NO_STD_NAMESPACE
|
|
|
|
#cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
|
2002-06-19 23:21:49 +04:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_STRING_STREAM
|
2001-08-09 17:33:41 +04:00
|
|
|
#cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
|
2006-03-18 00:30:47 +03:00
|
|
|
#cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
|
|
|
|
#cmakedefine HAVE_UNSETENV
|
2008-02-28 00:26:35 +03:00
|
|
|
#cmakedefine CMAKE_USE_ELF_PARSER
|
2013-08-26 19:50:08 +04:00
|
|
|
#define CMAKE_DATA_DIR "/@CMAKE_DATA_DIR@"
|