getpwnam_r and getgrnam_r are not supported by the Android NDK

This commit is contained in:
Tobias Brunner
2012-07-09 17:52:01 +02:00
parent 7399119e58
commit ee7b7de18f
2 changed files with 70 additions and 25 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ AC_CHECK_FUNC(
)]
)
AC_CHECK_FUNCS(prctl mallinfo getpass closefrom)
AC_CHECK_FUNCS(prctl mallinfo getpass closefrom getpwnam_r getgrnam_r)
AC_CHECK_HEADERS(sys/sockio.h glob.h)
AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)