summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-08 17:26:08 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-08 17:26:08 (GMT)
commit8083285d1bd5ecc31afa5fa689a9a4ca13ca8bb9 (patch)
tree195d5b69b94cad2843ea19b04c1733794b452b8c /Source/kwsys/Configure.hxx.in
parent750391afc19577be693dbe6dfe760903d2e70fc8 (diff)
parent13c22d280e3b4d4f73e607617d18a3d55b509099 (diff)
downloadCMake-8083285d1bd5ecc31afa5fa689a9a4ca13ca8bb9.zip
CMake-8083285d1bd5ecc31afa5fa689a9a4ca13ca8bb9.tar.gz
CMake-8083285d1bd5ecc31afa5fa689a9a4ca13ca8bb9.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r--Source/kwsys/Configure.hxx.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in
index 3faf862..ff8e49d 100644
--- a/Source/kwsys/Configure.hxx.in
+++ b/Source/kwsys/Configure.hxx.in
@@ -18,9 +18,6 @@
/* Whether wstring is available. */
#define @KWSYS_NAMESPACE@_STL_HAS_WSTRING @KWSYS_STL_HAS_WSTRING@
-/* Whether struct stat has the st_mtim member for high resolution times. */
-#define @KWSYS_NAMESPACE@_STAT_HAS_ST_MTIM @KWSYS_STAT_HAS_ST_MTIM@
-
/* If building a C++ file in kwsys itself, give the source file
access to the macros without a configured namespace. */
#if defined(KWSYS_NAMESPACE)
@@ -28,7 +25,6 @@
# define kwsys @KWSYS_NAMESPACE@
# endif
# define KWSYS_NAME_IS_KWSYS @KWSYS_NAMESPACE@_NAME_IS_KWSYS
-# define KWSYS_STAT_HAS_ST_MTIM @KWSYS_NAMESPACE@_STAT_HAS_ST_MTIM
# define KWSYS_STL_HAS_WSTRING @KWSYS_NAMESPACE@_STL_HAS_WSTRING
#endif