summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/plat-DEF.jm
blob: bcdbb93eea2b35209a0313bfa06d47210488f56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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