blob: 3fac7e59a9c6191d91391759f594165b2881afc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- lib/ASTK/init.tcl.orig Tue Jun 10 08:58:13 2003
+++ lib/ASTK/init.tcl Wed Jul 16 12:36:23 2003
@@ -429,6 +429,7 @@
#################################################################
proc init_pltf { } {
set astk::ihm(pltf,P_LINUX) "Linux x86"
+ set astk::ihm(pltf,FREEBSD) "%%unamesm%%"
set astk::ihm(pltf,TRU64) "OSF1 TRU64"
set astk::ihm(pltf,SOLARIS) "Solaris"
set astk::ihm(pltf,SOLARIS64) "Solaris 64 bits"
|