host.rc
changeset 609 f0f51d4a0066
parent 577 d574370a1da5
child 656 33c547d1a706
--- a/host.rc	Sat Mar 20 01:09:02 2004 +0100
+++ b/host.rc	Sat Mar 20 01:43:29 2004 +0100
@@ -1,4 +1,6 @@
 "*
+ * Encoding: iso8859-1
+ *
  * $Header$
  *
  * ST/X startup configuration file:
@@ -42,7 +44,7 @@
     "/
     PostscriptPrinterStream notNil ifTrue:[
 	isStupidSYSV3 ifTrue:[
-	    PostscriptPrinterStream 
+	    PostscriptPrinterStream
 		defaultCommands:#(
 				    'lpr'
 				    'cat | remsh {hostname} lpr -h'
@@ -50,7 +52,7 @@
 				    'cat > preview.ps; gv preview.ps'
 				 ).
 	] ifFalse:[
-	    PostscriptPrinterStream 
+	    PostscriptPrinterStream
 		defaultCommands:#(
 				    'lpr -h'
 				    'cat | rsh {hostname} lpr -h'
@@ -63,7 +65,7 @@
 
     PrinterStream notNil ifTrue:[
 	isStupidSYSV3 ifTrue:[
-	    PrinterStream 
+	    PrinterStream
 		defaultCommands:#(
 				    'lpr -h'
 				    'cat | remsh {hostname} lpr -h'
@@ -71,7 +73,7 @@
 				    'a2ps > preview.ps; gv preview.ps'
 				 ).
 	] ifFalse:[
-	    PrinterStream 
+	    PrinterStream
 		defaultCommands:#(
 				    'lpr -h'
 				    'cat | rsh {hostname} lpr -h'
@@ -163,7 +165,7 @@
 		includes := includes , '-I/opt/smalltalk/include '.
 	    ] ifFalse:[
 		"/ if this is a production program, dont care for a warning
-		(Smalltalk isStandAloneApp or:[Smalltalk isHeadless]) 
+		(Smalltalk isStandAloneApp or:[Smalltalk isHeadless])
 		ifFalse:[
 		    'private.rc [warning]: no >>include<< directory found along your path.' infoPrintCR.
 		    'private.rc [warning]: this will affect stc-compilation from within the browser.' infoPrintCR.