diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-02 23:48:02 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-02 23:48:02 +0000 |
commit | c862e87b3ec8647ab6c1bb08443088ea81c74225 (patch) | |
tree | 8e5828b091fea3257c7ffc20a5c95f1d62b93267 /readline/rlconf.h | |
parent | c95b01a9b04837dbfc8986afbbccc4c7d2b4ebf8 (diff) | |
download | binutils-gdb-c862e87b3ec8647ab6c1bb08443088ea81c74225.tar.gz |
import gdb-1999-08-02 snapshot
Diffstat (limited to 'readline/rlconf.h')
-rw-r--r-- | readline/rlconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/readline/rlconf.h b/readline/rlconf.h index 8f07db155df..1356fd87924 100644 --- a/readline/rlconf.h +++ b/readline/rlconf.h @@ -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_ */ |