Home | History | Annotate | Download | only in dist

Lines Matching refs:KRB4

619 KRB4
1487 --with-krb4 Kerberos 4 directory (default /usr/kerberos)
16197 KRB4=/usr/kerberos
16200 # Check whether --with-krb4 was given.
16202 withval=$with_krb4; KRB4=$with_krb4
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for KRB4 in $KRB4" >&5
16205 $as_echo_n "checking for KRB4 in $KRB4... " >&6; }
16213 if test "$cross_compiling" != yes && test -r $KRB4/include/krb.h; then
16215 CFLAGS="$CFLAGS -I$KRB4/include"
16228 krb_h=yes krb_incdir=$KRB4/include
16284 if test "$cross_compiling" != yes && test -r $KRB4/include/kerberosIV/krb.h; then
16286 CFLAGS="$CFLAGS -I$KRB4/include/kerberosIV"
16299 krb_h=yes krb_incdir=$KRB4/include/kerberosIV
16314 if test "$cross_compiling" != yes && test -r $KRB4/lib/libkrb.a; then
16316 LDFLAGS="-L${KRB4}/lib $LDFLAGS"
16354 krb_lib=yes krb_libdir=${KRB4}/lib