check for strlcpy strlcat

This commit is contained in:
Love Hornquist Astrand
2013-04-29 10:57:03 -07:00
parent bcbd477a20
commit 5f29169afc
2 changed files with 7 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ AC_PROG_GCC_TRADITIONAL
#AC_FUNC_REALLOC
AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup])
AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strlcpy strlcat strerror strrchr strstr strtol issetugid wcsdup])
EL_GETPW_R_POSIX
EL_GETPW_R_DRAFT