aboutsummaryrefslogtreecommitdiff
path: root/linenoise.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-28 23:26:13 +1000
committerSteve Bennett <steveb@workware.net.au>2011-06-09 11:45:39 +1000
commitf25d6276ee487d583e35c48f3125ef388c9f7d3f (patch)
tree03775dc0c0f6112c58266b9bfa83bf4382f58a38 /linenoise.h
parentc8abfa88a3319425921064d045679614a1b4a550 (diff)
downloadjimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.zip
jimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.tar.gz
jimtcl-f25d6276ee487d583e35c48f3125ef388c9f7d3f.tar.bz2
Use autosetup instead of autoconf
Faster, simpler auto-configuration Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'linenoise.h')
-rw-r--r--linenoise.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linenoise.h b/linenoise.h
index 1efa12f..4ac7f18 100644
--- a/linenoise.h
+++ b/linenoise.h
@@ -37,6 +37,9 @@
#ifndef __LINENOISE_H
#define __LINENOISE_H
+/* Currently never enable completion */
+#define NO_COMPLETION
+
#ifndef NO_COMPLETION
typedef struct linenoiseCompletions {
size_t len;