From 0230d8474cbcd620e2de2a4aa1dec9ac75ed1d39 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Jul 1994 22:25:32 +0000 Subject: [PATCH] took out realpth() stuff since we now use sudo_realpath() --- config.h.in | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.40.0