$NetBSD: gcc-ac,v 1.1 2001/08/05 15:28:41 kent Exp $ --- gcc/ginclude/stddef.h.orig Thu Dec 17 06:19:25 1998 +++ gcc/ginclude/stddef.h @@ -24,7 +24,7 @@ /* On 4.3bsd-net2, make sure ansi.h is included, so we have one less case to deal with in the following. */ -#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) || defined(__NetBSD__) +#if defined (__BSD_NET2__) || defined (____386BSD____) || defined (__FreeBSD__) /*|| defined(__NetBSD__)*/ #include #endif