From d5573c8fa18a173899f0a1cc45126eb886df09f6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 6 Jun 1994 00:02:49 +0000 Subject: [PATCH] added HAVE_REALPATH --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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