Home
last modified time | relevance | path

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

/external/openssh/
Dconfigure16521 if ${ac_cv_libc_defines___progname+:} false; then :
16537 ac_cv_libc_defines___progname="yes"
16539 ac_cv_libc_defines___progname="no"
16546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libc_defines___progname" >&5
16547 $as_echo "$ac_cv_libc_defines___progname" >&6; }
16548 if test "x$ac_cv_libc_defines___progname" = "xyes" ; then
Dconfigure.ac3982 AC_CACHE_CHECK([if libc defines __progname], ac_cv_libc_defines___progname, [
3985 [ ac_cv_libc_defines___progname="yes" ],
3986 [ ac_cv_libc_defines___progname="no"
3989 if test "x$ac_cv_libc_defines___progname" = "xyes" ; then