summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-04-11 18:59:00 -0400
committerMathias Stearn <mathias@10gen.com>2011-04-11 19:00:15 -0400
commitae79f44dd289e67b5b68adf931312e96c2dd2e2d (patch)
treee4effa1dc35c35a2ebd6751ab62d3c5facb6377b /shell
parent00c383f6c0551f5b1748a29d00a8a77b52d72a16 (diff)
downloadmongo-ae79f44dd289e67b5b68adf931312e96c2dd2e2d.tar.gz
Use merged linenoise on windows SERVER-1763
Diffstat (limited to 'shell')
-rw-r--r--shell/dbshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/dbshell.cpp b/shell/dbshell.cpp
index 465560d2ead..3d880dbfc8a 100644
--- a/shell/dbshell.cpp
+++ b/shell/dbshell.cpp
@@ -50,7 +50,7 @@ bool autoKillOp = false;
jmp_buf jbuf;
#endif
-#if defined(USE_LINENOISE) && !defined(WIN32) && !defined(_WIN32)
+#if defined(USE_LINENOISE)
#define USE_TABCOMPLETION
#endif