aboutsummaryrefslogtreecommitdiff
path: root/contrib/libreadline/rlconf.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-05-28 02:17:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-05-28 02:17:15 +0000
commit3d8a49c3011c7b0d7eb28452b96ce33cb209f1fa (patch)
treed7a8bc7498a4ba0cdfd22c70908e8940b6872393 /contrib/libreadline/rlconf.h
parent86cebc981db5b9d22414be682ab27485163c455b (diff)
downloadsrc-3d8a49c3011c7b0d7eb28452b96ce33cb209f1fa.tar.gz
src-3d8a49c3011c7b0d7eb28452b96ce33cb209f1fa.zip
merge
Notes
Notes: svn path=/head/; revision=47563
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 e5594ce27e99..1356fd87924e 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_ */