mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Tweaks for OpenBSD support.
- Add note about top-level Makefile possibly lacking OpenBSD support. - Extend config.h with missing/different preprocessor definitions
This commit is contained in:
parent
e5b3d318a6
commit
d661ccfc8e
3 changed files with 17 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
|||
#include <sys/ethernet.h>
|
||||
#elif defined(HAVE_NETINET_IF_ETHER_H)
|
||||
#include <netinet/if_ether.h>
|
||||
#elif defined(HAVE_NET_ETHERTYPES_H)
|
||||
#include <net/ethertypes.h>
|
||||
#endif
|
||||
|
||||
#ifndef arp_pkthdr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue