diff options
author | Brad King <brad.king@kitware.com> | 2019-04-17 13:50:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-17 13:50:14 (GMT) |
commit | fb15c27562856e01565d6903d38b9c4ab73c3fa8 (patch) | |
tree | 4f7090e01d61000434f48900966fcf1319181c6c /Source/kwsys/Configure.hxx.in | |
parent | 8d5eb9787885d21d5d20630473c11a79250ca28e (diff) | |
parent | 0225b05afea1d291e37e29b361f4252c4313aab2 (diff) | |
download | CMake-fb15c27562856e01565d6903d38b9c4ab73c3fa8.zip CMake-fb15c27562856e01565d6903d38b9c4ab73c3fa8.tar.gz CMake-fb15c27562856e01565d6903d38b9c4ab73c3fa8.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2019-04-17 (c42b92f0)
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index d1e7464..92ffea3 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -11,6 +11,9 @@ /* Whether <ext/stdio_filebuf.h> is available. */ #define @KWSYS_NAMESPACE@_CXX_HAS_EXT_STDIO_FILEBUF_H \ @KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H@ +/* Whether the translation map is available or not. */ +#define @KWSYS_NAMESPACE@_SYSTEMTOOLS_USE_TRANSLATION_MAP \ + @KWSYS_SYSTEMTOOLS_USE_TRANSLATION_MAP@ #if defined(__SUNPRO_CC) && __SUNPRO_CC > 0x5130 && defined(__has_attribute) # define @KWSYS_NAMESPACE@__has_cpp_attribute(x) __has_attribute(x) @@ -56,6 +59,8 @@ @KWSYS_NAMESPACE@_CXX_HAS_EXT_STDIO_FILEBUF_H # define KWSYS_FALLTHROUGH @KWSYS_NAMESPACE@_FALLTHROUGH # define KWSYS_NULLPTR @KWSYS_NAMESPACE@_NULLPTR +# define KWSYS_SYSTEMTOOLS_USE_TRANSLATION_MAP \ + @KWSYS_NAMESPACE@_SYSTEMTOOLS_USE_TRANSLATION_MAP #endif #endif |