From: Todd C. Miller Date: Mon, 9 Jun 2003 23:00:20 +0000 (+0000) Subject: s/HAVE_STOW/USE_STOW/ X-Git-Tag: SUDO_1_6_8~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e52feabd484289ce75010ba2cca982e9e3353be4;p=sudo s/HAVE_STOW/USE_STOW/ --- diff --git a/config.h.in b/config.h.in index 41735cf5f..089c6f65f 100644 --- a/config.h.in +++ b/config.h.in @@ -525,7 +525,7 @@ #endif /* GNU stow needs /etc/sudoers to be a symlink. */ -#ifdef HAVE_STOW +#ifdef USE_STOW # define stat_sudoers stat #else # define stat_sudoers lstat diff --git a/configure.in b/configure.in index f7c4be99e..329f4779a 100644 --- a/configure.in +++ b/configure.in @@ -2123,7 +2123,7 @@ AH_BOTTOM([/* #endif /* GNU stow needs /etc/sudoers to be a symlink. */ -#ifdef HAVE_STOW +#ifdef USE_STOW # define stat_sudoers stat #else # define stat_sudoers lstat