summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorguy <guy>2004-01-15 19:53:48 +0000
committerguy <guy>2004-01-15 19:53:48 +0000
commitd88193ac89b6cdc2679995a1cd1ce080983f27ec (patch)
tree547df61baf9a495ed7bb981d0bb323644476a2d8 /config.h.in
parentc519841be2fe87b3cdd9dc45fa7eb8b4266d40a5 (diff)
downloadtcpdump-d88193ac89b6cdc2679995a1cd1ce080983f27ec.tar.gz
From Gisle Vanem:
When saving to a file with "-w", have the "-v" flag make tcpdump report, every 10 seconds, the number of packets captured. Include <smi.h> if we're building with libsmi, to declare "smiInit()" and "smiLoadModule()".
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 595981c7..3198d89e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -127,6 +127,9 @@
/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
+/* 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