summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/rlconf.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-05-28 02:17:15 +0000
committerache <ache@FreeBSD.org>1999-05-28 02:17:15 +0000
commit012c02b5e2f453831cb2f0c5f92d4ad709f16f91 (patch)
tree14dae05fc6e0c72dab604322bccbadb22ff9e184 /contrib/libreadline/rlconf.h
parent52eb3d8ad7f6e97c583c0c26def554fa2318e791 (diff)
downloadFreeBSD-src-012c02b5e2f453831cb2f0c5f92d4ad709f16f91.zip
FreeBSD-src-012c02b5e2f453831cb2f0c5f92d4ad709f16f91.tar.gz
merge
Diffstat (limited to 'contrib/libreadline/rlconf.h')
-rw-r--r--contrib/libreadline/rlconf.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/libreadline/rlconf.h b/contrib/libreadline/rlconf.h
index e5594ce..1356fd8 100644
--- a/contrib/libreadline/rlconf.h
+++ b/contrib/libreadline/rlconf.h
@@ -32,7 +32,7 @@
/* If defined, readline shows opening parens and braces when closing
paren or brace entered. */
-#define PAREN_MATCHING
+/* #define PAREN_MATCHING */
/* This definition is needed by readline.c, rltty.c, and signals.c. */
/* If on, then readline handles signals in a way that doesn't screw. */
@@ -56,8 +56,6 @@
/* Define this if you want code that allows readline to be used in an
X `callback' style. */
-#if !defined (SHELL)
-# define READLINE_CALLBACKS
-#endif
+#define READLINE_CALLBACKS
#endif /* _RLCONF_H_ */
OpenPOWER on IntegriCloud