diff options
author | guy <guy> | 2004-01-15 19:53:48 +0000 |
---|---|---|
committer | guy <guy> | 2004-01-15 19:53:48 +0000 |
commit | d88193ac89b6cdc2679995a1cd1ce080983f27ec (patch) | |
tree | 547df61baf9a495ed7bb981d0bb323644476a2d8 /config.h.in | |
parent | c519841be2fe87b3cdd9dc45fa7eb8b4266d40a5 (diff) | |
download | tcpdump-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.in | 3 |
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 |