mirror of https://gitee.com/bigwinds/arangodb
readline vs. linenoise vs. dummyshell: next try
This commit is contained in:
parent
e05604e5b4
commit
728a439d3f
|
@ -30,9 +30,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "LinenoiseShell.h"
|
||||
#elif TRI_HAVE_LINENOISE
|
||||
#elif defined TRI_HAVE_LINENOISE
|
||||
#include "LinenoiseShell.h"
|
||||
#elif TRI_HAVE_READLINE
|
||||
#elif defined TRI_HAVE_READLINE
|
||||
#include "ReadlineShell.h"
|
||||
#else
|
||||
#include "DummyShell.h"
|
||||
|
|
Loading…
Reference in New Issue