157 warnings: remove -DXK_MISCELLANY from Makefiles
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index 3338283f82f26e191a254a3f3a513920943cb4f3..fc8b419a65e2c94e9cda751bb663175c38f54a98 100644 (file)
@@ -180,6 +180,9 @@ XCOMM the platform-specific parameters - edit site.def to change
 #ifndef BourneShell                    /* to force shell in makefile */
 #define BourneShell            /bin/sh
 #endif
+#ifndef KornShell
+#define KornShell              /bin/ksh
+#endif
 #ifndef ConstructMFLAGS
 #if SystemV
 #define ConstructMFLAGS                YES     /* build MFLAGS from MAKEFLAGS */
@@ -241,11 +244,7 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define HasFortran             NO
 #endif
 #ifndef HasCplusplus
-#if HasGcc2ForCplusplus
 #define HasCplusplus           YES
-#else
-#define HasCplusplus           NO
-#endif
 #endif
 #ifndef HasNdbm
 #define HasNdbm                        NO
@@ -893,6 +892,7 @@ XCOMM the platform-specific parameters - edit site.def to change
 
           PATHSEP = PathSeparator
             SHELL = BourneShell
+        KORNSHELL = KornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR