mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
8f1945bba7
|
@ -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