linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE...
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index db4a1b9357b2f1da8912de86dce8fc859bae9fc0..bf0ca77dfc00d8b03f2ff338064a7503a1e7034b 100644 (file)
@@ -183,6 +183,9 @@ XCOMM the platform-specific parameters - edit site.def to change
 #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 */
@@ -647,6 +650,12 @@ XCOMM the platform-specific parameters - edit site.def to change
 #ifndef MvCmd
 #define MvCmd mv
 #endif
+#ifndef SedCmd
+#define SedCmd sed
+#endif
+#ifndef PerlCmd
+#define PerlCmd /usr/bin/perl
+#endif
 #ifndef RanlibCmd
 #define RanlibCmd ranlib
 #endif
@@ -896,6 +905,7 @@ XCOMM the platform-specific parameters - edit site.def to change
           PATHSEP = PathSeparator
             SHELL = BourneShell
         KORNSHELL = KornShell
+      DTKORNSHELL = DtKornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR
@@ -964,6 +974,8 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
              MAKE = MakeCmd
                MV = MvCmd
                CP = CpCmd
+              SED = SedCmd
+             PERL = PerlCmd
 #if DoRanlibCmd
            RANLIB = RanlibCmd
   RANLIBINSTFLAGS = RanlibInstFlags