@@ -1496,7 +1496,6 @@ else
14961496
14971497case $host_os in
14981498 aix*) template=aix ;;
1499- beos*) template=beos ;;
15001499 bsdi*) template=bsdi ;;
15011500 cygwin*) template=cygwin ;;
15021501 darwin*) template=darwin ;;
@@ -6166,84 +6165,6 @@ if test "$ac_cv_search_crypt" != no; then
61666165
61676166fi
61686167
6169- # BeOS:
6170- if test "$PORTNAME" = "beos"
6171- then
6172-
6173- echo "$as_me:$LINENO: checking for __inet_ntoa in -lbind" >&5
6174- echo $ECHO_N "checking for __inet_ntoa in -lbind... $ECHO_C" >&6
6175- if test "${ac_cv_lib_bind___inet_ntoa+set}" = set; then
6176- echo $ECHO_N "(cached) $ECHO_C" >&6
6177- else
6178- ac_check_lib_save_LIBS=$LIBS
6179- LIBS="-lbind $LIBS"
6180- cat >conftest.$ac_ext <<_ACEOF
6181- /* confdefs.h. */
6182- _ACEOF
6183- cat confdefs.h >>conftest.$ac_ext
6184- cat >>conftest.$ac_ext <<_ACEOF
6185- /* end confdefs.h. */
6186-
6187- /* Override any gcc2 internal prototype to avoid an error. */
6188- #ifdef __cplusplus
6189- extern "C"
6190- #endif
6191- /* We use char because int might match the return type of a gcc2
6192- builtin and then its argument prototype would still apply. */
6193- char __inet_ntoa ();
6194- int
6195- main ()
6196- {
6197- __inet_ntoa ();
6198- ;
6199- return 0;
6200- }
6201- _ACEOF
6202- rm -f conftest.$ac_objext conftest$ac_exeext
6203- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6204- (eval $ac_link) 2>conftest.er1
6205- ac_status=$?
6206- grep -v '^ *+' conftest.er1 >conftest.err
6207- rm -f conftest.er1
6208- cat conftest.err >&5
6209- echo "$as_me:$LINENO: \$? = $ac_status" >&5
6210- (exit $ac_status); } &&
6211- { ac_try='test -z "$ac_c_werror_flag"
6212- || test ! -s conftest.err'
6213- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6214- (eval $ac_try) 2>&5
6215- ac_status=$?
6216- echo "$as_me:$LINENO: \$? = $ac_status" >&5
6217- (exit $ac_status); }; } &&
6218- { ac_try='test -s conftest$ac_exeext'
6219- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6220- (eval $ac_try) 2>&5
6221- ac_status=$?
6222- echo "$as_me:$LINENO: \$? = $ac_status" >&5
6223- (exit $ac_status); }; }; then
6224- ac_cv_lib_bind___inet_ntoa=yes
6225- else
6226- echo "$as_me: failed program was:" >&5
6227- sed 's/^/| /' conftest.$ac_ext >&5
6228-
6229- ac_cv_lib_bind___inet_ntoa=no
6230- fi
6231- rm -f conftest.err conftest.$ac_objext \
6232- conftest$ac_exeext conftest.$ac_ext
6233- LIBS=$ac_check_lib_save_LIBS
6234- fi
6235- echo "$as_me:$LINENO: result: $ac_cv_lib_bind___inet_ntoa" >&5
6236- echo "${ECHO_T}$ac_cv_lib_bind___inet_ntoa" >&6
6237- if test $ac_cv_lib_bind___inet_ntoa = yes; then
6238- cat >>confdefs.h <<_ACEOF
6239- #define HAVE_LIBBIND 1
6240- _ACEOF
6241-
6242- LIBS="-lbind $LIBS"
6243-
6244- fi
6245-
6246- fi
62476168# Solaris:
62486169echo "$as_me:$LINENO: checking for library containing fdatasync" >&5
62496170echo $ECHO_N "checking for library containing fdatasync... $ECHO_C" >&6
0 commit comments