Define bounds-checking interfaces macro for each file
This commit is contained in:
parent
a97dedf761
commit
5c98ee02d2
Notes:
git
2023-08-26 16:23:20 +00:00
@ -2153,9 +2153,6 @@ AC_CHECK_FUNCS(__sinpi)
|
|||||||
AS_IF([test "x$ac_cv_member_struct_statx_stx_btime" = xyes],
|
AS_IF([test "x$ac_cv_member_struct_statx_stx_btime" = xyes],
|
||||||
[AC_CHECK_FUNCS(statx)])
|
[AC_CHECK_FUNCS(statx)])
|
||||||
|
|
||||||
AS_CASE(["$ac_cv_func_memset_s:$ac_cv_func_qsort_s"], [*yes*],
|
|
||||||
[RUBY_DEFINE_IF([!defined __STDC_WANT_LIB_EXT1__], [__STDC_WANT_LIB_EXT1__], 1)])
|
|
||||||
|
|
||||||
AS_IF([test "$ac_cv_func_getcwd" = yes], [
|
AS_IF([test "$ac_cv_func_getcwd" = yes], [
|
||||||
AC_CACHE_CHECK(if getcwd allocates buffer if NULL is given, [rb_cv_getcwd_malloc],
|
AC_CACHE_CHECK(if getcwd allocates buffer if NULL is given, [rb_cv_getcwd_malloc],
|
||||||
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user