xK/config.h.in
Přemysl Janouch 71f3532e04 degesch: add the first Lua plugin to distribution
This required separate plugin directories for both pluginized executables.
2015-11-21 22:47:52 +01:00

12 lines
255 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_VERSION "${project_VERSION}"
#define ZYKLONB_PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${zyklonb_plugin_dir}"
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_EDITLINE
#cmakedefine HAVE_LUA
#endif // ! CONFIG_H