Skip to content

Commit

Permalink
Implement basic inet:getifaddrs/0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimoNiskanen committed Nov 9, 2010
1 parent 989fa5d commit ff7a4db
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 136 deletions.
2 changes: 1 addition & 1 deletion erts/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ AC_CHECK_FUNCS([fdatasync])
dnl Find which C libraries are required to use fdatasync
AC_SEARCH_LIBS(fdatasync, [rt])

AC_CHECK_HEADERS(net/if_dl.h ifaddrs.h)
AC_CHECK_HEADERS(net/if_dl.h ifaddrs.h netpacket/packet.h)
AC_CHECK_FUNCS([getifaddrs])

dnl ----------------------------------------------------------------------
Expand Down
Loading

0 comments on commit ff7a4db

Please sign in to comment.