diff options
author | KWSys Robot <kwrobot@kitware.com> | 2015-10-06 14:29:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-08 17:26:04 (GMT) |
commit | 13c22d280e3b4d4f73e607617d18a3d55b509099 (patch) | |
tree | 3967f5a460472d7e70562a7516ff4df9a888980e /Configure.hxx.in | |
parent | bca73252130b7f60fc12b7bcbbc95a3153047bd3 (diff) | |
download | CMake-13c22d280e3b4d4f73e607617d18a3d55b509099.zip CMake-13c22d280e3b4d4f73e607617d18a3d55b509099.tar.gz CMake-13c22d280e3b4d4f73e607617d18a3d55b509099.tar.bz2 |
KWSys 2015-10-06 (ed82989c)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ ed82989c | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' d79801bb..ed82989c
Brad King (3):
9baab632 SystemTools: Keep stat st_mtim field existence private
39475e20 SystemTools: Refactor utimes invocation
ed82989c SystemTools: Implement nanosecond file times on OS X
Diffstat (limited to 'Configure.hxx.in')
-rw-r--r-- | Configure.hxx.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Configure.hxx.in b/Configure.hxx.in index 3faf862..ff8e49d 100644 --- a/Configure.hxx.in +++ b/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 |