From: Paul Eggert Date: Sun, 25 Jul 2004 07:48:17 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v5.3.0~1089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7b1ba252d53e0e8a7c39cb3b67720ad19a9e07;p=thirdparty%2Fcoreutils.git Regenerate. --- diff --git a/config.hin b/config.hin index 7892ab0f86..0d038843a8 100644 --- a/config.hin +++ b/config.hin @@ -160,6 +160,10 @@ */ #undef HAVE_DECL_DIRFD +/* Define to 1 if you have the declaration of `eaccess', and to 0 if you + don't. */ +#undef HAVE_DECL_EACCESS + /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you don't. */ #undef HAVE_DECL_EUIDACCESS @@ -276,6 +280,10 @@ don't. */ #undef HAVE_DECL_REALLOC +/* Define to 1 if you have the declaration of `setregid', and to 0 if you + don't. */ +#undef HAVE_DECL_SETREGID + /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. */ #undef HAVE_DECL_STPCPY @@ -1270,6 +1278,13 @@ /* the number of pending output bytes on stream `fp' */ #undef PENDING_OUTPUT_N_BYTES +/* Define this if you prefer euidaccess to return the correct result even if + this would make it nonreentrant. Define this only if your entire + application is safe even if the uid or gid might temporarily change. If + your application uses signal handlers or threads it is probably not safe. + */ +#undef PREFER_NONREENTRANT_EUIDACCESS + /* Define if exists and defines unusable PRI* macros. */ #undef PRI_MACROS_BROKEN diff --git a/src/Makefile.in b/src/Makefile.in index 5d974b015f..a75fd6863d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -978,7 +978,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \