Deleted Added
full compact
rlconf.h (47563) rlconf.h (58314)
1/* $FreeBSD: head/contrib/libreadline/rlconf.h 58314 2000-03-19 22:00:57Z ache $ */
1/* rlconf.h -- readline configuration definitions */
2
3/* Copyright (C) 1994 Free Software Foundation, Inc.
4
5 This file contains the Readline Library (the Library), a set of
6 routines for providing Emacs style line input to programs that ask
7 for it.
8
9 The Library is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
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
10 The Library is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 1, or (at your option)
12 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 The Library is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 General Public License for more details.
18
19 The GNU General Public License is often shipped with GNU software, and
20 is generally kept in a file called COPYING or LICENSE. If you do not
21 have a copy of the license, write to the Free Software Foundation,
13 any later version.
14
15 The Library is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 General Public License for more details.
19
20 The GNU General Public License is often shipped with GNU software, and
21 is generally kept in a file called COPYING or LICENSE. If you do not
22 have a copy of the license, write to the Free Software Foundation,
22 675 Mass Ave, Cambridge, MA 02139, USA. */
23 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
23
24#if !defined (_RLCONF_H_)
25#define _RLCONF_H_
26
27/* Define this if you want the vi-mode editing available. */
28#define VI_MODE
29
30/* Define this to get an indication of file type when listing completions. */
31#define VISIBLE_STATS
32
24
25#if !defined (_RLCONF_H_)
26#define _RLCONF_H_
27
28/* Define this if you want the vi-mode editing available. */
29#define VI_MODE
30
31/* Define this to get an indication of file type when listing completions. */
32#define VISIBLE_STATS
33
33/* If defined, readline shows opening parens and braces when closing
34 paren or brace entered. */
35/* #define PAREN_MATCHING */
36
37/* This definition is needed by readline.c, rltty.c, and signals.c. */
38/* If on, then readline handles signals in a way that doesn't screw. */
39#define HANDLE_SIGNALS
40
41/* Ugly but working hack for binding prefix meta. */
42#define PREFIX_META_HACK
43
44/* The final, last-ditch effort file name for an init file. */

--- 17 unchanged lines hidden ---
34/* This definition is needed by readline.c, rltty.c, and signals.c. */
35/* If on, then readline handles signals in a way that doesn't screw. */
36#define HANDLE_SIGNALS
37
38/* Ugly but working hack for binding prefix meta. */
39#define PREFIX_META_HACK
40
41/* The final, last-ditch effort file name for an init file. */

--- 17 unchanged lines hidden ---