]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
add config.h, remove gnuc.h. remove __dead
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index f4ef1fa7bb255807d38b6a5dcaf0bfb51b7b0104..848a03a5a4648460c0aea5caa2ce1b17a11fd46d 100644 (file)
--- a/pcap.c
+++ b/pcap.c
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.31 2000-06-26 04:58:04 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.32 2000-07-11 00:37:07 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/types.h>
@@ -43,7 +47,6 @@ static const char rcsid[] =
 #include <string.h>
 #include <unistd.h>
 
-#include "gnuc.h"
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"
 #endif