# line 8 "plat-DEF.ljm" #ifndef OSMajorVersion #define OSMajorVersion 0 #endif #ifndef OSMinorVersion #define OSMinorVersion 0 #endif #ifndef HasExecableScripts #define HasExecableScripts YES /* can execute scripts with #! */ #endif #ifndef ConstructMFLAGS #define ConstructMFLAGS NO /* build MFLAGS from MAKEFLAGS */ #endif #if ConstructMFLAGS MFLAGS = -$(MAKEFLAGS) #endif #ifndef BourneShell /* to force shell in Makefile */ #define BourneShell /bin/sh #endif SHELL = BourneShell # line 35 "plat-DEF.ljm" #ifndef CppHaveSysVishTimesH #define CppHaveSysVishTimesH /*nothing*/ #endif