1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

19059: add -v, -V and -p flags required by POSIX to the command builtin

This commit is contained in:
Oliver Kiddle 2003-09-11 07:00:05 +00:00
parent a6f583e418
commit 6e09c17757
7 changed files with 159 additions and 50 deletions

View file

@ -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