Searched refs:rb_cv_rlim_t_convertible (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure11262 if ${rb_cv_rlim_t_convertible+:} false; then :
11353 rb_cv_rlim_t_convertible=${u}${t}
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rb_cv_rlim_t_convertible" >&5
11356 $as_echo "$rb_cv_rlim_t_convertible" >&6; }
11363 #define RLIM2NUM(v) ${rb_cv_rlim_t_convertible}2NUM(v)
11367 #define NUM2RLIM(v) NUM2${rb_cv_rlim_t_convertible}(v)
11371 #define PRI_RLIM_PREFIX PRI_`echo ${rb_cv_rlim_t_convertible} | sed 's/^U//'`_PREFIX

Completed in 207 milliseconds