From: Todd C. Miller Date: Tue, 1 Jun 2004 20:53:31 +0000 (+0000) Subject: Better check for dirfd macro--we now set HAVE_DIRFD for the macro version too. X-Git-Tag: SUDO_1_6_8~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=610da19a89be028f4ee113008b75e492f53f9822;p=sudo 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. --- 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