$NetBSD: patch-ab,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $ --- src/RConfig.h.orig Sat Nov 6 21:37:18 1999 +++ src/RConfig.h Sat Nov 6 21:38:11 1999 @@ -106,6 +106,13 @@ # define R__NOSTATS /* problem using stats with FreeBSD malloc/free */ #endif +#if defined(__NetBSD__) +# define R__FBSD /* XXX */ +# define R__UNIX +# define R__BYTESWAP +# define R__NOSTATS /* problem using stats with FreeBSD malloc/free */ +#endif + #ifdef _HIUX_SOURCE # define R__HIUX # define R__UNIX