site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index bf0ca77dfc00d8b03f2ff338064a7503a1e7034b..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::
 
@@ -866,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 */
@@ -899,7 +901,7 @@ 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