summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-11-21 09:36:43 +0000
committerfenner <fenner>1999-11-21 09:36:43 +0000
commitb9ac23ce92ca22483d56ee3192c54aa8f782f9ac (patch)
tree87850f3b1743e45acf3faaac434f857e8aed47d6 /print-dhcp6.c
parentd724608c03f123764e54d55a6f76192f42188a9e (diff)
downloadtcpdump-b9ac23ce92ca22483d56ee3192c54aa8f782f9ac.tar.gz
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'print-dhcp6.c')
-rw-r--r--print-dhcp6.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/print-dhcp6.c b/print-dhcp6.c
index c5268a90..0885771c 100644
--- a/print-dhcp6.c
+++ b/print-dhcp6.c
@@ -29,7 +29,11 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.1 1999-10-30 05:11:12 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.2 1999-11-21 09:36:50 fenner Exp $";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/param.h>