From 96227ea99eff237bc165b5fbfd9cdfbc6157435f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 4 Jun 1994 18:47:00 +0000 Subject: [PATCH] added _PATH_PWD --- pathnames.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.50.1