Don't define MZ_SUPPORTED on non-i386 platforms.

diff --git a/include/dosexe.h b/include/dosexe.h
index 8782116..0b96cc4 100644
--- a/include/dosexe.h
+++ b/include/dosexe.h
@@ -29,7 +29,7 @@
  pid_t task;
 } DOSTASK, *LPDOSTASK;
 
-#ifdef linux
+#if defined(linux) && defined(__i386__)
 
 #define MZ_SUPPORTED
 
@@ -40,7 +40,7 @@
 extern void MZ_KillModule( LPDOSTASK lpDosTask );
 extern LPDOSTASK MZ_AllocDPMITask( HMODULE16 hModule );
 
-#endif /* linux */
+#endif /* linux-i386 */
 
 #define V86_FLAG 0x00020000