From: Todd C. Miller Date: Mon, 6 Jun 1994 00:02:49 +0000 (+0000) Subject: added HAVE_REALPATH X-Git-Tag: SUDO_1_3_1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5573c8fa18a173899f0a1cc45126eb886df09f6;p=sudo added HAVE_REALPATH --- diff --git a/config.h.in b/config.h.in index efe6cec6a..bd6c12c64 100644 --- a/config.h.in +++ b/config.h.in @@ -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