From 610da19a89be028f4ee113008b75e492f53f9822 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 1 Jun 2004 20:53:31 +0000 Subject: [PATCH] Better check for dirfd macro--we now set HAVE_DIRFD for the macro version too. Added check for dd_fd in `DIR' if no dirfd is found; this is now used to confitionally define the dirfd macro in compat.h. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 7e61baab3..d3f3e6798 100644 --- a/config.h.in +++ b/config.h.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the `dirfd' function (not macro). */ #undef HAVE_DIRFD +/* Define to 1 if your `DIR' contains dd_fd. */ +#undef HAVE_DD_FD + /* Define to 1 if you have the `dispcrypt' function. */ #undef HAVE_DISPCRYPT -- 2.40.0