From: Todd C. Miller Date: Mon, 25 Jul 1994 22:25:32 +0000 (+0000) Subject: took out realpth() stuff since we now use sudo_realpath() X-Git-Tag: SUDO_1_3_1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0230d8474cbcd620e2de2a4aa1dec9ac75ed1d39;p=sudo took out realpth() stuff since we now use sudo_realpath() --- diff --git a/config.h.in b/config.h.in index 41169bfd3..f8d8143c0 100644 --- a/config.h.in +++ b/config.h.in @@ -99,12 +99,6 @@ /* Define if you have tzset(3). */ #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). */ #undef HAVE_GETCWD