site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index db4a1b9357b2f1da8912de86dce8fc859bae9fc0..1874d0b1140932076a41e91387bf0d68cf4b44e2 100644 (file)
@@ -22,6 +22,8 @@ XCOMM
 #define        YES     1
 #define NO     0
 
+#define HASH_SIGN      #
+
 /* Ensure that "all" is the default target in the Makefile. */
 all::
 
@@ -183,6 +185,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 +652,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
@@ -857,14 +868,14 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define LibManSuffix   3               /* use just one tab or cpp will die */
 #endif
 #ifndef FileManSuffix
-#if SystemV || SystemV4 || defined(OSF1Architecture)
+#if SystemV || SystemV4
 #define FileManSuffix  4               /* use just one tab or cpp will die */
 #else
 #define FileManSuffix  5               /* use just one tab or cpp will die */
 #endif
 #endif
 #ifndef MiscManSuffix
-#if SystemV || SystemV4 || defined(OSF1Architecture)
+#if SystemV || SystemV4
 #define MiscManSuffix  5               /* use just one tab or cpp will die */
 #else
 #define MiscManSuffix  7               /* use just one tab or cpp will die */
@@ -890,12 +901,13 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define ExtraFilesToClean /**/
 #endif
 #ifndef FilesToClean
-#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut 
+#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS
 #endif
 
           PATHSEP = PathSeparator
             SHELL = BourneShell
         KORNSHELL = KornShell
+      DTKORNSHELL = DtKornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR
@@ -964,6 +976,8 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
              MAKE = MakeCmd
                MV = MvCmd
                CP = CpCmd
+              SED = SedCmd
+             PERL = PerlCmd
 #if DoRanlibCmd
            RANLIB = RanlibCmd
   RANLIBINSTFLAGS = RanlibInstFlags