Přemysl Eric Janouch
00d6c5ede9
This deduplicates code between nncmpp and hex, while adding functionality.
13 lines
217 B
C
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
|
|
|