xK/config.h.in

16 lines
355 B
C
Raw Permalink Normal View History

2015-02-11 01:53:19 +01:00
#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_VERSION "${project_version}"
2015-02-11 01:53:19 +01:00
// We use the XDG Base Directory Specification, but may be installed anywhere.
#define PROJECT_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}"
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_EDITLINE
#cmakedefine HAVE_LUA
#cmakedefine01 ICONV_ACCEPTS_TRANSLIT
2015-02-11 01:53:19 +01:00
#endif // ! CONFIG_H