summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.hxx.in
blob: baa9c743a134c99051eb6ce939d247a8fca11bfc (plain)
1
2
3
4
5
6
7
8
9
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