From: Jim Meyering Date: Wed, 11 Dec 2002 10:00:57 +0000 (+0000) Subject: (NEED_PATHCONF_WRAPPER): Undefine before defining, X-Git-Tag: v4.5.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd385df70a0ddf5fb876817d09c6891b8f6faa35;p=thirdparty%2Fcoreutils.git (NEED_PATHCONF_WRAPPER): Undefine before defining, in case it's already defined. --- diff --git a/src/pathchk.c b/src/pathchk.c index 2e89b1c8a4..f0110b57e0 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -66,6 +66,7 @@ extern int errno; # endif /* not PATH_MAX */ # ifndef NAME_MAX # define NAME_MAX_FOR(p) pathconf_wrapper ((p), _PC_NAME_MAX); +# undef NEED_PATHCONF_WRAPPER # define NEED_PATHCONF_WRAPPER 1 # endif /* not NAME_MAX */