Ignore:
Timestamp:
Jan 13, 2010 9:28:06 PM (14 years ago)
Author:
bennylp
Message:

Initial fixes for #993 (OpenSolaris? issues)

  • configure script patch for FIONBIO and SIOCGIFFLAGS errors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/socket.h

    r2962 r3059  
    138138#if defined(PJ_HAS_UNISTD_H) && PJ_HAS_UNISTD_H != 0 
    139139#  include <unistd.h> 
     140#endif 
     141 
     142#if defined(PJ_HAS_SYS_FILIO_H) && PJ_HAS_SYS_FILIO_H != 0 
     143#   include <sys/filio.h> 
     144#endif 
     145 
     146#if defined(PJ_HAS_SYS_SOCKIO_H) && PJ_HAS_SYS_SOCKIO_H != 0 
     147#   include <sys/sockio.h> 
    140148#endif 
    141149 
Note: See TracChangeset for help on using the changeset viewer.