Přemysl Eric Janouch
8429995cb6
It's quite unlikely that this project will ever see compiled plugins.
13 lines
219 B
C
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
|