]> The Tcpdump Group git mirrors - tcpdump/commit
Use alarm() iff we're not on Windows.
authorGuy Harris <[email protected]>
Sun, 12 Nov 2017 21:31:57 +0000 (13:31 -0800)
committerGuy Harris <[email protected]>
Sun, 12 Nov 2017 21:31:57 +0000 (13:31 -0800)
commit20af93776dc9c23b9b1ef53ee7260941231c32d1
tree6ba55d0d797b65ab1b4b40e7957ee97a51ede86e
parentc8ccf8b3e18392e857fd22517752777a022949f3
Use alarm() iff we're not on Windows.

We assume "not on Windows" means "on UN*X", which means we have alarm()
(we don't care about V6 and earlier; 1978 called, they want their UNIX
back).  If somebody wants to support something that's neither UN*X nor
Windows, they'll need to contribute support, properly checking for that
other OS.
config.h.in
configure
configure.in
tcpdump.c