1/*-------------------------------------------------------------------------- 2 * This file is autogenerated from config.h.in 3 * during the cmake configuration of your project. If you need to make changes 4 * edit the original file NOT THIS FILE. 5 * --------------------------------------------------------------------------*/ 6#ifndef _CONFIGURATION_HEADER_GUARD_H_ 7#define _CONFIGURATION_HEADER_GUARD_H_ 8 9/* Whether the 'symlink' function exists */ 10#cmakedefine HAVE_SYMLINK 1 11 12/* Whether C++14 std::make_unique is available */ 13#cmakedefine HAVE_MAKE_UNIQUE 1 14 15/* Whether the keyword override is available */ 16#cmakedefine HAVE_OVERRIDE 1 17 18/* Whether the compiler supports template aliases */ 19#cmakedefine HAVE_TEMPLATE_ALIASES 1 20 21#endif 22