summaryrefslogtreecommitdiff
path: root/print-zephyr.c
diff options
context:
space:
mode:
authorguy <guy>2001-09-11 02:37:12 +0000
committerguy <guy>2001-09-11 02:37:12 +0000
commit9e67c058df490bd466894a82e354c6f13d815426 (patch)
tree3a430ff917b382dbd7b156a9f6518746b225aa18 /print-zephyr.c
parent8787c14f15b93c58c05581e5de5085414561eeeb (diff)
downloadtcpdump-9e67c058df490bd466894a82e354c6f13d815426.tar.gz
Include "config.h" if present, so that stuff discovered by the configure
script applies. Give it an SCCS ID and an RCS ID.
Diffstat (limited to 'print-zephyr.c')
-rw-r--r--print-zephyr.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/print-zephyr.c b/print-zephyr.c
index d8c608e7..9727adaa 100644
--- a/print-zephyr.c
+++ b/print-zephyr.c
@@ -18,6 +18,15 @@
* PURPOSE.
*/
+#ifndef lint
+static const char rcsid[] =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.2 2001-09-11 02:37:12 guy Exp $";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <ctype.h>
#include <string.h>