aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-12-24 15:45:49 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-12-25 23:38:40 +0100
commit63df918482ee7c3f672ec5db7518fa2057cdf4ef (patch)
tree4bb9533f807357799dcbc5fa9e3b8dc07b9a3e21 /config.h.in
parent3e2728443bd35160c844faccffd0d7e4e9ac429b (diff)
downloadjson-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.tar.gz
json-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.tar.xz
json-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.zip
Rewrite the input layer
Now we also support libedit for the backend.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 89cd306..b7b4101 100644
--- a/config.h.in
+++ b/config.h.in
@@ -4,5 +4,8 @@
#define PROGRAM_NAME "${PROJECT_NAME}"
#define PROGRAM_VERSION "${project_VERSION}"
+#cmakedefine HAVE_READLINE
+#cmakedefine HAVE_EDITLINE
+
#endif // ! CONFIG_H