rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 96e9ab556c494516074029a69e7661f7676a6f23
parent b738845946d51ecd3da731abe7227a34f3733be5
Author: tgoodwin <tgoodwin>
Date:   Mon, 16 Feb 1998 15:24:29 +0000

Initial revision

Diffstat:
Aacconfig.h | 55+++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+), 0 deletions(-)

diff --git a/acconfig.h b/acconfig.h @@ -0,0 +1,55 @@ +/* Define if you want rc to hand off exec errors to (e.g.) /bin/sh */ +#undef DEFAULTINTERP + +/* Define to the default path used if $PATH is empty when rc starts. */ +#undef DEFAULTPATH + +/* Define if your kernel supports `#!' magic numbers. */ +#undef HASH_BANG + +/* Define if you have /dev/fd. */ +#undef HAVE_DEV_FD + +/* Define if you have /proc/self/fd. */ +#undef HAVE_PROC_SELF_FD + +/* Define if you have named pipes. */ +#undef HAVE_FIFO + +/* Define if quad_t is a native type. */ +#undef HAVE_QUAD_T + +/* Define if you have rlim_t. */ +#undef HAVE_RLIM_T + +/* Define if you have sigsetjmp(). */ +#undef HAVE_SIGSETJMP + +/* Define if you want rc to encode strange characters in the environment. */ +#undef PROTECT_ENV + +/* 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. */ +#undef READLINE + +/* Define if RLIMIT_foo defines need _KERNEL. */ +#undef RLIMIT_NEEDS_KERNEL + +/* Define if rlim_t is quad_t. */ +#undef RLIM_T_IS_QUAD_T + +/* Define to package name. */ +#undef PACKAGE + +/* Define to version. */ +#undef VERSION + +/* Define to release date. */ +#undef RELDATE + +/* eof */