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#endif 16