2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

added HAVE_REALPATH

This commit is contained in:
Todd C. Miller 1994-06-06 00:02:49 +00:00
parent ccc7909673
commit d5573c8fa1

View File

@ -70,6 +70,9 @@
# define __svr4__
#endif /* SVR4 */
/* Define if you have realpath(3). */
#undef HAVE_REALPATH
/* Define if you have getcwd(3). */
#undef HAVE_GETCWD