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

took out realpth() stuff since we now use sudo_realpath()

This commit is contained in:
Todd C. Miller
1994-07-25 22:25:32 +00:00
parent 445a13eebe
commit 0230d8474c

View File

@@ -99,12 +99,6 @@
/* Define if you have tzset(3). */ /* Define if you have tzset(3). */
#undef HAVE_TZSET #undef HAVE_TZSET
/* Define if you have fchdir(3). */
#undef HAVE_FCHDIR
/* Define if you have realpath(3). */
#undef HAVE_REALPATH
/* Define if you have getcwd(3). */ /* Define if you have getcwd(3). */
#undef HAVE_GETCWD #undef HAVE_GETCWD