1*5d489994SNicolas Bonnefon/*-------------------------------------------------------------------------- 2*5d489994SNicolas Bonnefon * This file is autogenerated from config.h.in 3*5d489994SNicolas Bonnefon * during the cmake configuration of your project. If you need to make changes 4*5d489994SNicolas Bonnefon * edit the original file NOT THIS FILE. 5*5d489994SNicolas Bonnefon * --------------------------------------------------------------------------*/ 6*5d489994SNicolas Bonnefon#ifndef _CONFIGURATION_HEADER_GUARD_H_ 7*5d489994SNicolas Bonnefon#define _CONFIGURATION_HEADER_GUARD_H_ 8*5d489994SNicolas Bonnefon 9*5d489994SNicolas Bonnefon/* Whether the 'symlink' function exists */ 10*5d489994SNicolas Bonnefon#define HAVE_SYMLINK @HAVE_SYMLINK@ 11*5d489994SNicolas Bonnefon 12*5d489994SNicolas Bonnefon#endif 13