diff options
-rw-r--r-- | config.hin | 6 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/config.hin b/config.hin index 0d038843a..597807704 100644 --- a/config.hin +++ b/config.hin @@ -710,12 +710,6 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE -/* Define to 1 if you have the `setregid' function. */ -#undef HAVE_SETREGID - -/* Define to 1 if you have the `setreuid' function. */ -#undef HAVE_SETREUID - /* Define to 1 if you have the <shadow.h> header file. */ #undef HAVE_SHADOW_H diff --git a/src/Makefile.in b/src/Makefile.in index a75fd6863..5d974b015 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) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ |