OpenBSD.cf: don't include xorg.cf (leftover)
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index 3338283f82f26e191a254a3f3a513920943cb4f3..75fa2919bd6621812b509d1a564635936b9054a0 100644 (file)
@@ -180,6 +180,12 @@ 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 DtKornShell
+#define DtKornShell            /usr/dt/bin/dtksh
+#endif
 #ifndef ConstructMFLAGS
 #if SystemV
 #define ConstructMFLAGS                YES     /* build MFLAGS from MAKEFLAGS */
@@ -241,11 +247,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
@@ -400,6 +402,9 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define DependDir $(CONFIGSRC)/makedepend
 #endif
 #endif
+#ifndef DependDefines
+#define DependDefines /**/
+#endif
 #ifndef UNCOMPRESSPATH
 #define UNCOMPRESSPATH /usr/ucb/uncompress
 #endif
@@ -893,6 +898,8 @@ XCOMM the platform-specific parameters - edit site.def to change
 
           PATHSEP = PathSeparator
             SHELL = BourneShell
+        KORNSHELL = KornShell
+      DTKORNSHELL = DtKornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR
@@ -904,6 +911,7 @@ XCOMM the platform-specific parameters - edit site.def to change
         CONFIGSRC = ConfigSrc
          IMAKESRC = $(CONFIGSRC)/imake
         DEPENDSRC = DependDir
+    DEPENDDEFINES = DependDefines
 
           INCROOT = IncRoot            /* base of where to put header files */
         USRLIBDIR = UsrLibDir          /* nonshared libraries */