Code

src/liboping.c: Added compatibility with old Solaris versions.
authorVladimir V. Melnikov <wlad.w.m@gmail.com>
Mon, 23 Mar 2009 08:22:01 +0000 (09:22 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Mar 2009 08:22:01 +0000 (09:22 +0100)
commit0e9d92782a382cd92bcc4c851ba2a540cf5c12e4
tree0e18d4988f469c58c4268db9c338743e50ed9faa
parent078b9f7fb9f736ceda16ef3b57bb2145a2744839
src/liboping.c: Added compatibility with old Solaris versions.

Apparently the X/Open conforming `recvmsg' function is in the `xnet'
library. Check for this library and use it if it exists.

Also set the ominous MSG_XPG4_2 flag. Didn't find out what it does, but
apparently it's a Solaris internal flag..
configure.ac
src/liboping.c