$NetBSD: patch-ad,v 1.3 1999/04/20 18:39:34 tron Exp $

--- Xvnc/config/imake/imakemdep.h.orig	Sun Jul 27 04:41:05 1997
+++ Xvnc/config/imake/imakemdep.h	Tue Apr 20 20:26:52 1999
@@ -287,6 +287,11 @@
  *     that support multiple operating systems).
  */
 
+#ifdef __NetBSD__
+#undef unix
+#define unix 42
+#endif
+
 #define	ARGUMENTS 50	/* number of arguments in various arrays */
 char *cpp_argv[ARGUMENTS] = {
 	"cc",		/* replaced by the actual program to exec */
