$NetBSD: patch-ac,v 1.2 1999/03/05 23:37:52 tron Exp $ --- kfax/libtiffax/tiffiop.h.orig Sat Jul 5 16:41:59 1997 +++ kfax/libtiffax/tiffiop.h Fri Mar 5 23:55:34 1999 @@ -34,6 +34,11 @@ * a port.h file that reflects the system capabilities. * Doing this obviates all the dreck done in tiffcomp.h. */ +#if defined(__NetBSD__) +#undef unix +#define unix 42 +#endif + #if defined(unix) || defined(__unix) #include "port.h" #include "tiffconf.h"