From 708b962f108087a0823fadd01724604b58d34542 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 13 Jan 2010 21:28:06 +0000 Subject: Initial fixes for #993 (OpenSolaris issues) - configure script patch for FIONBIO and SIOCGIFFLAGS errors git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3059 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index b6d7be7b..383326af 100755 --- a/aconfigure +++ b/aconfigure @@ -4717,6 +4717,20 @@ if test "x$ac_cv_header_sys_types_h" = x""yes; then : fi +ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_filio_h" = x""yes; then : + $as_echo "#define PJ_HAS_SYS_FILIO_H 1" >>confdefs.h + +fi + + +ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_sockio_h" = x""yes; then : + $as_echo "#define PJ_HAS_SYS_SOCKIO_H 1" >>confdefs.h + +fi + + ac_fn_c_check_header_mongrel "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default" if test "x$ac_cv_header_time_h" = x""yes; then : $as_echo "#define PJ_HAS_TIME_H 1" >>confdefs.h -- cgit v1.2.3