json-rpc-shell/config.h.in
Přemysl Janouch 63df918482 Rewrite the input layer
Now we also support libedit for the backend.
2015-12-25 23:38:40 +01:00

12 lines
198 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_NAME "${PROJECT_NAME}"
#define PROGRAM_VERSION "${project_VERSION}"
#cmakedefine HAVE_READLINE
#cmakedefine HAVE_EDITLINE
#endif // ! CONFIG_H