Check for getresuid && setresuid
authorAlan T. DeKok <aland@freeradius.org>
Wed, 15 Oct 2008 13:30:52 +0000 (15:30 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 15 Oct 2008 13:30:52 +0000 (15:30 +0200)
configure.in

index 7e205aa..7ad546b 100644 (file)
@@ -826,6 +826,8 @@ AC_CHECK_FUNCS( \
        closefrom \
        gettimeofday \
        getpeereid \
+       setresuid \
+       getresuid \
        strlcat \
        strlcpy
 )