$NetBSD$

Leaving this line in leads to a compile error in openssl's crypto.h

--- src/pcap.h.orig	2009-06-14 00:49:09.000000000 +0200
+++ src/pcap.h
@@ -56,7 +56,8 @@
 #define uchar  unsigned char
 #define ushort unsigned short
 #define uint   unsigned int
-#define ulong  unsigned long
+// leaving this line in leads to a compile error in openssl's crypto.h
+//#define ulong  unsigned long
 
 //BSSID const. length of 6 bytes; can be together with all the other types
 #define IVS2_BSSID	0x0001
