From 6e09c17757603c0ae64a9919df724d71ca8c8bf9 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 11 Sep 2003 07:00:05 +0000 Subject: 19059: add -v, -V and -p flags required by POSIX to the command builtin --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 9887254cd..6de2e387c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -52,6 +52,9 @@ * anything */ #undef GLOBAL_ZLOGOUT +/* The default path; used when running commands with command -p */ +#undef DEFAULT_PATH + /* Define to 1 if compiler could initialise a union */ #undef HAVE_UNION_INIT -- cgit 1.4.1