#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 0 #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_