Home
last modified time | relevance | path

Searched refs:ac_cv_struct_tms (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconfigure12333 if ${ac_cv_struct_tms+:} false; then :
12355 ac_cv_struct_tms=yes
12357 ac_cv_struct_tms=no
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tms" >&5
12362 $as_echo "$ac_cv_struct_tms" >&6; }
12363 if test $ac_cv_struct_tms = yes; then
Dconfigure.ac1680 AC_CACHE_CHECK(for struct tms, ac_cv_struct_tms, [
1687 ]], [[struct tms tms;]])],[ac_cv_struct_tms=yes],[ac_cv_struct_tms=no])])
1688 if test $ac_cv_struct_tms = yes; then