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.
|
|
|
|
============================================================================*/
|
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
|
2014-12-19 22:30:22 +03:00
|
|
|
#cmakedefine CMAKE_USE_MACH_PARSER
|
2014-03-14 18:47:37 +04:00
|
|
|
#cmakedefine CMAKE_ENCODING_UTF8
|
2015-05-16 07:57:53 +03:00
|
|
|
#cmakedefine CMake_HAVE_CXX11_UNORDERED_MAP
|
2013-08-26 19:50:08 +04:00
|
|
|
#define CMAKE_DATA_DIR "/@CMAKE_DATA_DIR@"
|