Go to the documentation of this file. 3 #ifndef KWSYS_NAMESPACE 4 # error "Do not include kwsysPrivate.h outside of kwsys c and cxx files." 7 #ifndef _kwsysPrivate_h 8 # define _kwsysPrivate_h 19 #define KWSYS_HEADER(x) KWSYS_HEADER0(KWSYS_NAMESPACE/x) 21 # define KWSYS_HEADER0(x) KWSYS_HEADER1(x) 22 # define KWSYS_HEADER1(x) <x> 28 # define KWSYS_NAMESPACE_STRING KWSYS_NAMESPACE_STRING0(KWSYS_NAMESPACE) 29 # define KWSYS_NAMESPACE_STRING0(x) KWSYS_NAMESPACE_STRING1(x) 30 # define KWSYS_NAMESPACE_STRING1(x) # x 33 # error "kwsysPrivate.h included multiple times."