Ignore:
Timestamp:
Nov 17, 2007 10:27:34 AM (16 years ago)
Author:
bennylp
Message:

Ticket #414: Implement IP interface enumeration on Linux/Unix? with SIOCGIFCONF ioctl() call to a socket

File:
1 edited

Legend:

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

    r1235 r1584  
    5656/* To pull in IPTOS_* constants */ 
    5757#  include <netinet/ip.h> 
     58#endif 
     59 
     60#if defined(PJ_HAS_NET_IF_H) && PJ_HAS_NET_IF_H != 0 
     61/* For interface enumeration in ip_helper */ 
     62#   include <net/if.h> 
    5863#endif 
    5964 
Note: See TracChangeset for help on using the changeset viewer.