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

@@ -118,6 +118,12 @@
/* Define to 1 if you have the <string.h> header file. */ /* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H #undef HAVE_STRING_H
/* Define to 1 if you have the `strlcat' function. */
#undef HAVE_STRLCAT
/* Define to 1 if you have the `strlcpy' function. */
#undef HAVE_STRLCPY
/* Define to 1 if you have the `strrchr' function. */ /* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR #undef HAVE_STRRCHR

View File

@@ -74,7 +74,7 @@ AC_PROG_GCC_TRADITIONAL
#AC_FUNC_REALLOC #AC_FUNC_REALLOC
AC_TYPE_SIGNAL AC_TYPE_SIGNAL
AC_FUNC_STAT 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_POSIX
EL_GETPW_R_DRAFT EL_GETPW_R_DRAFT