2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

added _PATH_PWD

This commit is contained in:
Todd C. Miller 1994-06-04 18:47:00 +00:00
parent 84e75c6ee3
commit 96227ea99e

View File

@ -49,3 +49,7 @@
#ifndef _PATH_VI #ifndef _PATH_VI
#undef _PATH_VI #undef _PATH_VI
#endif /* _PATH_VI */ #endif /* _PATH_VI */
#ifndef _PATH_PWD
#undef _PATH_PWD
#endif /* _PATH_PWD */