/usr/include/ITK-4.12/vcl_config_manual.h is in libinsighttoolkit4-dev 4.12.2-dfsg1-1ubuntu1.
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 14 15 16 17 18 19 | #ifndef vcl_config_manual_h_
#define vcl_config_manual_h_
//:
// \file
// This file either is or was generated from vcl_config_manual.h.in
// \brief manual options
// Whether new additions to the C++0x standard are available
// and where they are found
#define VCL_INCLUDE_CXX_0X 1
#define VCL_MEMORY_HAS_SHARED_PTR 1
#define VCL_MEMORY_HAS_TR1_SHARED_PTR 0
#define VCL_TR1_MEMORY_HAS_SHARED_PTR 1
//: VCL_USE_ATOMIC_COUNT
// Whether to use the atomic_count implemenation in vcl.
#define VCL_USE_ATOMIC_COUNT
#endif // vcl_config_manual_h_
|