ENH: put the 64 bit paths first
[cmake.git] / Source / cmConfigure.cmake.h.in
blob07595aad1e80e3f4e84b902ef2d0f053fed8e70c
1 /*=========================================================================
3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: cmConfigure.cmake.h.in,v $
5 Language: C++
6 Date: $Date: 2009-03-05 20:17:06 $
7 Version: $Revision: 1.15 $
9 Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notices for more information.
16 =========================================================================*/
17 #cmakedefine CMAKE_NO_STD_NAMESPACE
18 #cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
19 #cmakedefine CMAKE_NO_ANSI_STRING_STREAM
20 #cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
21 #cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
22 #cmakedefine HAVE_UNSETENV
23 #cmakedefine CMAKE_USE_ELF_PARSER
24 #cmakedefine CMAKE_STRICT
25 #define CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
26 #define CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
27 #define CMAKE_DATA_DIR "@CMAKE_DATA_DIR@"