aboutsummaryrefslogtreecommitdiffstats
path: root/bpf_dump.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-11-21 09:36:44 +0000
committerfenner <fenner>1999-11-21 09:36:44 +0000
commitbd8f1d4a95806e2fd5c38d299c9987f2e017e15f (patch)
treedabe20f173651da01f0dc259f7df389acd5003a5 /bpf_dump.c
parent56c33c01be6cfd5dd1cde7ce715d8ad6dd45815a (diff)
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'bpf_dump.c')
-rw-r--r--bpf_dump.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bpf_dump.c b/bpf_dump.c
index 33c390f..d937cd3 100644
--- a/bpf_dump.c
+++ b/bpf_dump.c
@@ -20,7 +20,11 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.9 1999-10-07 23:47:09 mcr Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/types.h>