mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
More cleanup. Added license blurb to top of all source files.
Remove all old $Id:$ and similar constructs, they don't provide any additional benefit anymore. Add configure options for toggling terminal bell and toying with SIGSTOP using Ctrl-Z. Rename config option for ANSI keys to get a consistent namespace. Also did some work on ANSI-fication of function definitions, lot's of that was still lingering around.
This commit is contained in:
12
config.h.in
12
config.h.in
@@ -1,11 +1,17 @@
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define to include ANSI arrow keys support in minix-editline */
|
||||
#undef ANSI_ARROWS
|
||||
|
||||
/* Define to 1 if the `closedir' function returns void instead of `int'. */
|
||||
#undef CLOSEDIR_VOID
|
||||
|
||||
/* Define to enable terminal bell on completion. */
|
||||
#undef CONFIG_ANNOYING_NOISE
|
||||
|
||||
/* Define to include ANSI arrow keys support. */
|
||||
#undef CONFIG_ANSI_ARROWS
|
||||
|
||||
/* Define to enable SIGSTOP (Ctrl-Z) key. */
|
||||
#undef CONFIG_SIGSTOP
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
||||
*/
|
||||
#undef HAVE_DIRENT_H
|
||||
|
||||
Reference in New Issue
Block a user