#
# This is the configuration file for the dos family of programs
#
# Blank lines and lines the begin with a # are ignored
#
# Lines that begin with a '.' are ASCII suffix indicators. Files that have 
# one of these extentions are treated as ASCII files (CRLF-LF conversion is
# performed) unless the binary flag is specified.
.1st
.asm
.b
.bas
.bat
.c
.cpp
.doc
.h
.hpp
.inc
.l
.m
.me
.p
.ps
.r
.r
.s
.sh
.shar
.txt
.y

# Lines of the form str=str are device translators. For example, if you have
# line 'c=/dev/at0a', the dos* programs would translate c: into /dev/at0a.

# This is for a system with a 5.25 inch A drive and a 3.5 inch B drive 
#a=/dev/fha0
#a9=/dev/f9a0
#b=/dev/fva1
#b9=/dev/fqa1

# This is for a system with a 3.5 inch A drive and a 5.25 inch B drive 
#a=/dev/fva0
#a9=/dev/fqa0
#b=/dev/fha1
#b9=/dev/f9a1

# Uncomment/modify the lines that correspond to MS-DOS partitions on your
# hard disk.  See the "dos*" Lexicon articles for further details.
#c=/dev/at0a
#d=/dev/at0b
#e=/dev/at0c
#f=/dev/at0d
