Remove UXPDS support
[oweals/cde.git] / cde / programs / localized / templates / German.tmpl
1 XCOMM $XConsortium: German.tmpl /main/1 1995/12/08 09:41:46 rswiston $
2 /*
3  * This file is a template for setting the platform-specific LANG 
4  * variable for the German locale.
5  */
6
7 SOURCE_LANG=de_DE.ISO8859-1
8
9 #ifdef AlphaArchitecture
10 LANG=de_DE.ISO8859-1
11 #endif
12
13 #ifdef RsArchitecture
14 SHELL=/bin/ksh
15 LANG=de_DE
16 #endif
17
18 #ifdef SunArchitecture
19 LANG=de
20 #endif
21
22 #ifdef HPArchitecture
23 LANG=de_DE.iso88591
24 #endif
25
26 #ifdef USLArchitecture
27 LANG=de
28 #endif
29
30 #if defined(LinuxArchitecture) || defined(BSDArchitecture)
31 LANG=de_DE.ISO8859-1
32 #endif