# line 8 "plat-sun.ljm" #define SunOSPlatform YES /* set to NO if not running SunOS */ #define OSName SunOS 4.1 #define OSMajorVersion 4 #define OSMinorVersion 1 #if OSMajorVersion >=4 && OSMinorVersion >= 1 #define ConstructMFLAGS 1 #endif #if OSMajorVersion >= 4 #define HasSunOSSharedLibraries YES #endif #if defined(sparc) || defined(__sparc) || defined(__sparc__) #undef sparc #undef __sparc #undef __sparc__ #define SparcArchitecture /* HostPlatform should probably be "sparc" but this suits Glasgow /bin/arch */ #define HostPlatform sun4 #else /* ! sparc */ /* OK, a wild guess ... */ #define m68kArchitecture #define HostPlatform sun3 #endif /* ! sparc */ BUILDPLATFORM=HostPlatform