From 678b9c6bc0955f06aa412d6ba88f9905093eca59 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Jun 1994 21:21:35 +0000 Subject: [PATCH] added HAVE_FCHDIR --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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