hex/config.h.in
Přemysl Eric Janouch 00d6c5ede9
Bump liberty, move the UI to liberty-xui.c
This deduplicates code between nncmpp and hex,
while adding functionality.
2023-06-19 13:19:48 +02:00

13 lines
217 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_NAME "${PROJECT_NAME}"
#define PROGRAM_VERSION "${PROJECT_VERSION}"
#cmakedefine HAVE_RESIZETERM
#cmakedefine WITH_LUA
#cmakedefine WITH_X11
#endif // ! CONFIG_H