xK/config.h.in
Přemysl Eric Janouch 8429995cb6
ZyklonB: don't look for plugins in /usr/lib
It's quite unlikely that this project will ever see compiled plugins.
2020-10-28 17:17:48 +01:00

13 lines
219 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_VERSION "${project_version}"
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_EDITLINE
#cmakedefine HAVE_LUA
#cmakedefine01 ICONV_ACCEPTS_TRANSLIT
#endif // ! CONFIG_H