commit 847a4f216b29bd14988da970200ee84d2e5ce005
parent 4163c691dfb2e1b681a2036c49c0663cae1d7f59
Author: tgoodwin <tgoodwin>
Date: Wed, 8 Jul 1998 17:00:52 +0000
add RC_ADDON and EDITLINE
Diffstat:
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/acconfig.h b/acconfig.h
@@ -37,13 +37,19 @@
/* Define if you want rc to encode strange characters in the environment. */
#undef PROTECT_ENV
-/* Define if you want echo as a builtin.*/
+/* Define if you have extra builtins. */
+#undef RC_ADDON
+
+/* Define if you want echo as a builtin. */
#undef RC_ECHO
/* Define if you want rc to support broken apps, like a job control shell. */
#undef RC_JOB
-/* Define if you want to use readline. */
+/* Define if you want to use editline. */
+#undef EDITLINE
+
+/* Define if you want to use GNU readline. */
#undef READLINE
/* Define if RLIMIT_foo defines need _KERNEL. */