15d489994SNicolas Bonnefon/*-------------------------------------------------------------------------- 25d489994SNicolas Bonnefon * This file is autogenerated from config.h.in 35d489994SNicolas Bonnefon * during the cmake configuration of your project. If you need to make changes 45d489994SNicolas Bonnefon * edit the original file NOT THIS FILE. 55d489994SNicolas Bonnefon * --------------------------------------------------------------------------*/ 65d489994SNicolas Bonnefon#ifndef _CONFIGURATION_HEADER_GUARD_H_ 75d489994SNicolas Bonnefon#define _CONFIGURATION_HEADER_GUARD_H_ 85d489994SNicolas Bonnefon 95d489994SNicolas Bonnefon/* Whether the 'symlink' function exists */ 10*f09fa651SNicolas Bonnefon#cmakedefine HAVE_SYMLINK 1 11*f09fa651SNicolas Bonnefon 12*f09fa651SNicolas Bonnefon/* Whether C++14 std::make_unique is available */ 13*f09fa651SNicolas Bonnefon#cmakedefine HAVE_MAKE_UNIQUE 1 145d489994SNicolas Bonnefon 155d489994SNicolas Bonnefon#endif 16