From: Todd C. Miller Date: Tue, 7 Jun 1994 21:21:35 +0000 (+0000) Subject: added HAVE_FCHDIR X-Git-Tag: SUDO_1_3_1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=678b9c6bc0955f06aa412d6ba88f9905093eca59;p=sudo added HAVE_FCHDIR --- diff --git a/config.h.in b/config.h.in index da1502379..1ebf287f9 100644 --- a/config.h.in +++ b/config.h.in @@ -76,6 +76,9 @@ # define POSIX_SIGNALS #endif /* HAVE_SIGACTION */ +/* Define if you have fchdir(3). */ +#undef HAVE_FCHDIR + /* Define if you have realpath(3). */ #undef HAVE_REALPATH