DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦5997f614f⟧ TextFile

    Length: 2412 (0x96c)
    Types: TextFile
    Names: »statusd.ps«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦ff23ba0e6⟧ »./ghostscript-1.3.tar.Z« 
        └─⟦a24a58cd3⟧ 
            └─⟦this⟧ »statusd.ps« 

TextFile

%    Copyright (C) 1989 Aladdin Enterprises.  All rights reserved.
%    Distributed by Free Software Foundation, Inc.
%
% This file is part of Ghostscript.
%
% Ghostscript is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
% to anyone for the consequences of using it or for whether it serves any
% particular purpose or works at all, unless he says so in writing.  Refer
% to the Ghostscript General Public License for full details.
%
% Everyone is granted permission to copy, modify and redistribute
% Ghostscript, but only under the conditions described in the Ghostscript
% General Public License.  A copy of this license is supposed to have been
% given to you along with Ghostscript so you can know your rights and
% responsibilities.  It should be in a file named COPYING.  Among other
% things, the copyright notice and this notice must be preserved on all
% copies.

% This file provides a dummy 'statusdict' for the benefit of PostScript
% programs that think they are running on a LaserWriter.

statusdict begin

 /checkpassword {.password eq} def
 /defaulttimeouts {.timeouts aload pop} def
 /dostartpage {.dostartpage} def
 /eescratch {pop 0} def
 /idlefonts {mark .idlefonts aload pop} def
 /jobname () def
 /jobtimeout {.jobtimeout} def
 /manualfeed false def
 /manualfeedtimeout 60 def
 /margins {.topmargin .leftmargin} def
 /pagecount {4711} def
 /pagestackorder {false} def
 /pagetype {.pagetype} def
 /prefeed false def
 /printererror {pop pop} def
 /printername {.printername exch copy} def
 /product (GhostWriter) def
 /revision 1 def		
 /sccbatch {pop 9600 0} def
 /sccinteractive {pop 9600 0} def
 /setdefaulttimeouts {.timeouts astore pop} def
 /setdostartpage {/.dostartpage exch def} def
 /seteescratch {pop pop} def
 /setidlefonts {] /.idlefonts exch def} def
 /setjobtimeout {/.jobtimeout exch def} def
 /setmargins {/.lmargin exch def /.topmargin exch def} def
 /setpagetype {/.pagetype exch def} def
 /setpassword
  {exch checkpassword {/.password exch def true} {pop false} ifelse} def
 /setprintername {dup length string copy /.printername exch def} def
 /setsccbatch {pop pop pop} def
 /setsccinteractive {pop pop pop} def
 /waittimeout 300 def

/.idlefonts [] def
/.password 0 def
/.timeouts [0 60 30] def
true setdostartpage
0 setjobtimeout
0 0 setmargins
product setprintername

end	  % statusdict