1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
host_os=Sun/Solaris
#
# gdb is the GNU debugger
# debugger is the OpenWindows interface for the dbx. It requires that
# the SparcWorks package is installed.
# CG. 6.3.97, Back to dbx as it is most likely to be installed
#
#debugger=gdb
#debugger=debugger
debugger=dbx
#
# lp is the System_V interface to the print service.
# lpr is the SunOS/BSD Compatibility interface to the print service.
#ps_print="lpr -h -P"
#ascii_print="lpr -h -P"
ps_print="lp -T postscript -d"
ascii_print="lp -T simple -d"
|