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:
Jon Siwek 2012-01-06 11:39:38 -06:00
parent e5b3d318a6
commit d661ccfc8e
3 changed files with 17 additions and 2 deletions

View file

@ -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