/usr/src/WrapITK/Tcl/itkTclConfigure.h.in is in libinsighttoolkit3-dev 3.20.1+git20120521-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef _itkTclConfigure_h
#define _itkTclConfigure_h
#undef WrapITK_BINARY_DIR
#define WrapITK_BINARY_DIR "@WrapITK_BINARY_DIR@"
#undef ITK_TCL_EXE_DIR_BUILD
#define ITK_TCL_EXE_DIR_BUILD "@ITK_TCL_EXE_DIR_BUILD@"
#undef ITK_TCL_EXE_NAME_ROOT
#define ITK_TCL_EXE_NAME_ROOT "@ITK_TCL_EXE_NAME_ROOT@"
#endif
|