summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-11-12 13:31:57 -0800
committerGuy Harris <guy@alum.mit.edu>2017-11-12 13:31:57 -0800
commit20af93776dc9c23b9b1ef53ee7260941231c32d1 (patch)
tree6ba55d0d797b65ab1b4b40e7957ee97a51ede86e /config.h.in
parentc8ccf8b3e18392e857fd22517752777a022949f3 (diff)
downloadtcpdump-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.in3
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