From: Todd C. Miller Date: Sat, 4 Jun 1994 18:47:00 +0000 (+0000) Subject: added _PATH_PWD X-Git-Tag: SUDO_1_3_1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96227ea99eff237bc165b5fbfd9cdfbc6157435f;p=sudo added _PATH_PWD --- diff --git a/pathnames.h.in b/pathnames.h.in index 2c394fd07..220c521c0 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -49,3 +49,7 @@ #ifndef _PATH_VI #undef _PATH_VI #endif /* _PATH_VI */ + +#ifndef _PATH_PWD +#undef _PATH_PWD +#endif /* _PATH_PWD */