diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-24 15:45:49 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-25 23:38:40 +0100 |
commit | 63df918482ee7c3f672ec5db7518fa2057cdf4ef (patch) | |
tree | 4bb9533f807357799dcbc5fa9e3b8dc07b9a3e21 /config.h.in | |
parent | 3e2728443bd35160c844faccffd0d7e4e9ac429b (diff) | |
download | json-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.in | 3 |
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 |