$NetBSD: patch-ab,v 1.6 1998/12/28 22:49:21 marc Exp $ --- ntop.h.orig Mon Oct 5 12:18:41 1998 +++ ntop.h Mon Oct 12 22:44:29 1998 @@ -87,8 +87,20 @@ #include #include #include +#ifdef HAVE_ETHERTYPE_H #include +#endif #include + +#ifndef ETHERTYPE_DN +#define ETHERTYPE_DN 0x6003 +#endif +#ifndef ETHERTYPE_ATALK +#define ETHERTYPE_ATALK 0x809b +#endif +#ifndef ETHERTYPE_AARP +#define ETHERTYPE_AARP 0x80f3 +#endif #include "interface.h" #include "setsignal.h"