diff options
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in new file mode 100644 index 0000000..baa9c74 --- /dev/null +++ b/Source/kwsys/Configure.hxx.in @@ -0,0 +1,10 @@ +#ifndef @KWSYS_NAMESPACE@_Configure_hxx +#define @KWSYS_NAMESPACE@_Configure_hxx + +/* This configuration should match for all instances of kwsys. */ +#cmakedefine KWSYS_NO_STD_NAMESPACE +#cmakedefine KWSYS_NO_ANSI_STREAM_HEADERS +#cmakedefine KWSYS_NO_ANSI_STRING_STREAM +#cmakedefine KWSYS_NO_ANSI_FOR_SCOPE + +#endif |