Deleted Added
full compact
rlconf.h (58314) rlconf.h (119614)
1/* $FreeBSD: head/contrib/libreadline/rlconf.h 58314 2000-03-19 22:00:57Z ache $ */
1/* $FreeBSD: head/contrib/libreadline/rlconf.h 119614 2003-08-31 18:29:38Z ache $ */
2/* rlconf.h -- readline configuration definitions */
3
4/* Copyright (C) 1994 Free Software Foundation, Inc.
5
6 This file contains the Readline Library (the Library), a set of
7 routines for providing Emacs style line input to programs that ask
8 for it.
9

--- 40 unchanged lines hidden (view full) ---

50
51/* The string inserted by the `insert comment' command. */
52#define RL_COMMENT_BEGIN_DEFAULT "#"
53
54/* Define this if you want code that allows readline to be used in an
55 X `callback' style. */
56#define READLINE_CALLBACKS
57
2/* rlconf.h -- readline configuration definitions */
3
4/* Copyright (C) 1994 Free Software Foundation, Inc.
5
6 This file contains the Readline Library (the Library), a set of
7 routines for providing Emacs style line input to programs that ask
8 for it.
9

--- 40 unchanged lines hidden (view full) ---

50
51/* The string inserted by the `insert comment' command. */
52#define RL_COMMENT_BEGIN_DEFAULT "#"
53
54/* Define this if you want code that allows readline to be used in an
55 X `callback' style. */
56#define READLINE_CALLBACKS
57
58/* Define this if you want the cursor to indicate insert or overwrite mode. */
59/* #define CURSOR_MODE */
60
58#endif /* _RLCONF_H_ */
61#endif /* _RLCONF_H_ */