1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Cache strlcpy and strlcat tests

This commit is contained in:
Baptiste Daroussin 2013-08-23 19:33:43 +00:00
parent 17785a6c92
commit d07ca2941e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325277

View File

@ -277,6 +277,8 @@
: ${ac_cv_func_wcslen=yes}
: ${ac_cv_func_wcsnlen=yes}
: ${ac_cv_func_wcwidth=yes}
: ${ac_cv_func_strlcpy=yes}
: ${ac_cv_func_strlcat=yes}
# non existing functions
: ${ac_cv_func_yield=no}