|
Lines 333-338
AC_CHECK_HEADERS(sys/mount.h, [], [], [
Link Here
|
| 333 |
# Messages for features tested for in target-specific section |
333 |
# Messages for features tested for in target-specific section |
| 334 |
SIA_MSG="no" |
334 |
SIA_MSG="no" |
| 335 |
SPC_MSG="no" |
335 |
SPC_MSG="no" |
|
|
336 |
SP_MSG="no" |
| 336 |
|
337 |
|
| 337 |
# Check for some target-specific stuff |
338 |
# Check for some target-specific stuff |
| 338 |
case "$host" in |
339 |
case "$host" in |
|
Lines 704-709
mips-sony-bsd|mips-sony-newsos4)
Link Here
|
| 704 |
SPC_MSG="yes" ], ) |
705 |
SPC_MSG="yes" ], ) |
| 705 |
], |
706 |
], |
| 706 |
) |
707 |
) |
|
|
708 |
AC_ARG_WITH(solaris-projects, |
| 709 |
[ --with-solaris-projects Enable Solaris projects (experimental)], |
| 710 |
[ |
| 711 |
AC_CHECK_LIB(project, setproject, |
| 712 |
[ AC_DEFINE(USE_SOLARIS_PROJECTS, 1, |
| 713 |
[Define if you have Solaris projects]) |
| 714 |
SSHDLIBS="$SSHDLIBS -lproject" |
| 715 |
AC_SUBST(SSHDLIBS) |
| 716 |
SP_MSG="yes" ], ) |
| 717 |
], |
| 718 |
) |
| 707 |
;; |
719 |
;; |
| 708 |
*-*-sunos4*) |
720 |
*-*-sunos4*) |
| 709 |
CPPFLAGS="$CPPFLAGS -DSUNOS4" |
721 |
CPPFLAGS="$CPPFLAGS -DSUNOS4" |
|
Lines 4236-4241
echo " TCP Wrappers support
Link Here
|
| 4236 |
echo " MD5 password support: $MD5_MSG" |
4248 |
echo " MD5 password support: $MD5_MSG" |
| 4237 |
echo " libedit support: $LIBEDIT_MSG" |
4249 |
echo " libedit support: $LIBEDIT_MSG" |
| 4238 |
echo " Solaris process contract support: $SPC_MSG" |
4250 |
echo " Solaris process contract support: $SPC_MSG" |
|
|
4251 |
echo " Solaris project support: $SP_MSG" |
| 4239 |
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG" |
4252 |
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG" |
| 4240 |
echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG" |
4253 |
echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG" |
| 4241 |
echo " BSD Auth support: $BSD_AUTH_MSG" |
4254 |
echo " BSD Auth support: $BSD_AUTH_MSG" |