check if strlwr exists
This commit is contained in:
parent
5e78479fb2
commit
a69a509b11
@ -254,6 +254,7 @@
|
||||
#undef HAVE_STRCHR
|
||||
#undef HAVE_STRERROR
|
||||
#undef HAVE_STRICMP
|
||||
#undef HAVE_STRLWR
|
||||
#undef HAVE_STRNCAT
|
||||
#undef HAVE_STRNCPY
|
||||
#undef HAVE_STRTOD
|
||||
|
3
configure
vendored
3
configure
vendored
@ -19735,7 +19735,8 @@ done
|
||||
|
||||
|
||||
|
||||
for ac_func in strchr strerror stricmp strncat strncpy strtod
|
||||
|
||||
for ac_func in strchr strerror stricmp strlwr strncat strncpy strtod
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
@ -2017,7 +2017,7 @@ AC_CHECK_FUNCS(rename rint sbrk select setbuf)
|
||||
AC_CHECK_FUNCS(setitimer setlocale setsid setlinebuf sigaction)
|
||||
AC_CHECK_FUNCS(siggetmask siginterrupt)
|
||||
AC_CHECK_FUNCS(signal sigprocmask socket stat)
|
||||
AC_CHECK_FUNCS(strchr strerror stricmp strncat strncpy strtod)
|
||||
AC_CHECK_FUNCS(strchr strerror stricmp strlwr strncat strncpy strtod)
|
||||
AC_CHECK_FUNCS(time times tmpnam usleep utime vsnprintf)
|
||||
|
||||
AC_CHECK_FUNC(regexec, [NO_BUILTIN_REGEXP="#"], [NO_BUILTIN_REGEXP=""])
|
||||
|
Reference in New Issue
Block a user