site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / site.def
index cec5905c204fcbb47e5c8a8cd48cf65f723f4c3a..785d259453e8bd4f24bcbfa11315b79d3cdd3ab1 100644 (file)
@@ -33,8 +33,7 @@ XCOMM site:  $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
  * the two following macros need to be defined directly (accordingly to the
  * TopLevelProject macro defined above).
  */
-# if defined(SunArchitecture) || defined(AIXArchitecture) \
-     || defined(USLArchitecture) || defined(UXPArchitecture)
+# if defined(SunArchitecture) || defined(AIXArchitecture)
 #  ifndef ProjectRulesFile
 #   define ProjectRulesFile    <cde.rules>
 #  endif
@@ -43,10 +42,6 @@ XCOMM site:  $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
 #  endif
 # endif
 
-# ifdef AlphaArchitecture
-#  define HasDECCplusplus      YES
-# endif
-
 # ifdef HPArchitecture
 #  define HasHPCplusplus       YES
 # endif
@@ -74,8 +69,7 @@ XCOMM site:  $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
 #  endif
 # endif
 
-# if defined(UXPArchitecture) || defined(USLArchitecture) \
-     || defined(AIXArchitecture)
+# if defined(AIXArchitecture)
 #  define HasCplusplus         YES
 # endif
 
@@ -122,10 +116,6 @@ XCOMM build the DtXinerama support
 # define DtLocalesToBuild de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1
 #endif
 
-#ifdef UXPArchitecture
-# define DtLocalesToBuild ja_JP.dt-eucJP
-#endif
-
 XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
 XCOMM  or building non-C locales will cause build failures.
 #if defined(BSDArchitecture)
@@ -133,7 +123,10 @@ XCOMM  or building non-C locales will cause build failures.
 #endif
 
 #if defined(LinuxArchitecture)
-# define DtLocalesToBuild de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8 
+XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
+XCOMM  or building non-C locales will cause build failures.
+XCOMM DtLocalesToBuild: de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8
+# define DtLocalesToBuild en_US.UTF-8
 # define UTF8_NLS_SUPPORT
 #endif