diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-12 13:31:57 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-12 13:31:57 -0800 |
commit | 20af93776dc9c23b9b1ef53ee7260941231c32d1 (patch) | |
tree | 6ba55d0d797b65ab1b4b40e7957ee97a51ede86e /config.h.in | |
parent | c8ccf8b3e18392e857fd22517752777a022949f3 (diff) | |
download | tcpdump-20af93776dc9c23b9b1ef53ee7260941231c32d1.tar.gz |
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.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 284b4629..bcc846b7 100644 --- a/config.h.in +++ b/config.h.in @@ -3,9 +3,6 @@ /* define if you want to build the possibly-buggy SMB printer */ #undef ENABLE_SMB -/* Define to 1 if you have the `alarm' function. */ -#undef HAVE_ALARM - /* Define to 1 if you have the `bpf_dump' function. */ #undef HAVE_BPF_DUMP |