#
#	@(#)SPARCprinter_param	1.28 95/04/27
#   Copyright 1991 Sun Microsystems, Inc.
#

# if you print face up, set to -b to get pages in correct reading order.
# if you print face down, set to -f to get pages in correct reading order.
STACKORDER=-b; export STACKORDER

PRINTERNAME=SPARCprinter; export PRINTERNAME

# PL hierarchy where printer class filters are found - e.g., npcomm.T
CLASSFILTERS=$NPHOME/printer_classes/$PRINTERNAME; export CLASSFILTERS

#PL hierarchy where filters for a specific printer are found
SPECIFICFILTERS=; export SPECIFICFILTERS
PL_PATH="$SPECIFICFILTERS:$CLASSFILTERS:$NPHOME/pl.$ARCH"; export PL_PATH

#printer engine handler
HANDLERNAME=engine_ctl_$PRINTERNAME; export HANDLERNAME

# printer description file
PRINTERDESCRIP=descrip_$PRINTERNAME.ps; export PRINTERDESCRIP

# handler I18N (international) message file
I18N_MSGFILE=${PRINTERNAME}_i18n_handler

# default resolution
DEFRES=300; export DEFRES

# By default fuser will be turned off after printer idle for 30 min.
# comment out the following line if you prefer to have fuser always on.
FUSER_TIMEOUT=30; export FUSER_TIMEOUT
