]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jul 2004 07:48:17 +0000 (07:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Jul 2004 07:48:17 +0000 (07:48 +0000)
config.hin
src/Makefile.in

index 7892ab0f863082a993718899d181edf9b1a30431..0d038843a82933e1b9436317d1b5044254477b3b 100644 (file)
    */
 #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
    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
 /* 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 <inttypes.h> exists and defines unusable PRI* macros. */
 #undef PRI_MACROS_BROKEN
 
index 5d974b015fe77d80dd31447736978dae10f22a76..a75fd6863d1d750162d2fa816daf18ecfc32539e 100644 (file)
@@ -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 \