]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-wb.c
doc: Actualize README.solaris.md. [skip ci]
[tcpdump] / print-wb.c
index 35b5a196d8bfe6096a9711fe8c4e612db01c6009..08113f35bd3f5b58a78702d3de60a368c0452f05 100644 (file)
@@ -21,9 +21,7 @@
 
 /* \summary: White Board printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -73,10 +71,6 @@ struct pkt_hdr {
 #define PT_PREP         7       /* page vector reply */
 
 #if 0
-#ifdef PF_USER
-#undef PF_USER                 /* {Digital,Tru64} UNIX define this, alas */
-#endif
-
 /* flags */
 #define PF_USER                0x01    /* hint that packet has interactive data */
 #define PF_VIS         0x02    /* only visible ops wanted */