comparison cmake/internal/sysconfig.hpp.in @ 706:bd7feaa002cb

Irccd: check ABI compatibility in dynlib_plugin
author David Demelier <markand@malikania.fr>
date Fri, 06 Jul 2018 19:32:54 +0200
parents 2007a37d7e1a
children 48afa8c41f50
comparison
equal deleted inserted replaced
705:4b5dba257d81 706:bd7feaa002cb
42 #define PREFIX "@CMAKE_INSTALL_PREFIX@" 42 #define PREFIX "@CMAKE_INSTALL_PREFIX@"
43 43
44 #define IRCCD_VERSION_MAJOR @IRCCD_VERSION_MAJOR@ 44 #define IRCCD_VERSION_MAJOR @IRCCD_VERSION_MAJOR@
45 #define IRCCD_VERSION_MINOR @IRCCD_VERSION_MINOR@ 45 #define IRCCD_VERSION_MINOR @IRCCD_VERSION_MINOR@
46 #define IRCCD_VERSION_PATCH @IRCCD_VERSION_PATCH@ 46 #define IRCCD_VERSION_PATCH @IRCCD_VERSION_PATCH@
47 #define IRCCD_VERSION_SHLIB @IRCCD_VERSION_SHLIB@
47 #define IRCCD_VERSION "@IRCCD_VERSION@" 48 #define IRCCD_VERSION "@IRCCD_VERSION@"
48 49
49 /* 50 /*
50 * User definable options. 51 * User definable options.
51 * ------------------------------------------------------------------ 52 * ------------------------------------------------------------------