Home
last modified time | relevance | path

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

/external/bison/m4/
Dsetenv.m480 AC_CACHE_CHECK([for unsetenv() return type], [gt_cv_func_unsetenv_ret],
94 [gt_cv_func_unsetenv_ret='int'],
95 [gt_cv_func_unsetenv_ret='void'])])
96 if test $gt_cv_func_unsetenv_ret = 'void'; then
/external/bison/
Dconfigure31895 if ${gt_cv_func_unsetenv_ret+:} false; then :
31919 gt_cv_func_unsetenv_ret='int'
31921 gt_cv_func_unsetenv_ret='void'
31925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5
31926 $as_echo "$gt_cv_func_unsetenv_ret" >&6; }
31927 if test $gt_cv_func_unsetenv_ret = 'void'; then