# sysconfig : global system settings
# loaded by DataServ for remote sessions
# loaded and exported by .bashrc for interactive sessions
# all values may be superseded by values from account.ini
# variable name lower/upper case is critical

# system name
b_ident=TheoX

# maximum number of simultaneous tasks and subtasks
b_maxpid=64

# maximum number of open files
b_maxfiles=100

# activate services
b_termserv=1
b_fileserv=1
b_despool=1
b_dataserv=1

# TheoX home
b_home=/:s

# work drive
b_work=m

#--- file system settings
# 1 = no library, 0 = libraries are mapped to directories
b_notlibcompatible=off

# file extension of D-ISAM files
# 0 = .dat, .idx; 1 = .bkd, .bki
b_bkisam=0

# storage of indexed, direct and random files in sql tables
b_sqltables=0

# automatically convert direct create and open to random
# b_random=0

# line separator for sequential files
# 0 = CR, 1 = LF (recommended), 2 = CR+LF
b_opennl=1

# default character set in files
# THEOS = same as Theos
# THEOX = extended character set
b_charset=THEOX

#--- regional settings
# language code, 0 = US, 2 = FR
b_lang=2

# YES.NO$ function prompt and answers
b_yesno=ON
b_yes=1OUI
b_no=1NON

# bwmsgbox buttons captions
b_msgbox="O&K&,&A&nnule,&Q&uitte,&R&etente,&I&gnore,&O&ui,&N&on,&T&ous,A&u&cun,&?&,&R&eponse"

#--- date settings
# date format 0/A = mm.dd.(cc)yy, 1/E = dd-mm-(cc)yy, 2/I = (cc)yy.mm.dd
b_dateform=E

# y2k format
# 0 = 20th century = 2 digits, 21st century = 4 digits
# 1 = 2 digits = current century
# 2 = 2 digits = closest century
b_datein=0
b_dateout=0

#--- printer settings
# IMPORTANT NOTE for Windows+Cygwin :
# If the printer name contains spaces use port name instead.
# Names ending with a colon (:) are not supported
# Cups printing system is not available

#--- printer settings
# PDF writer for Linux
# PDF files are stored on the desktop or any other directory configured in /etc/cups/cups-pdf.conf
b_prt1="Cups-PDF,l80,p66,pclpdf"

# PDF writer for Cygwin
# /cygwin_path_to_a_user_folder,options,pclpdf
# b_prt1="/cygdrive/c/users/jean-michel/desktop,l80,p66,pclpdf"

# Raster printer, not Theos compatible : use class pclpdf, print through GhostPDL and cups .ppd driver
# not available with Cygwin
# b_prt2="OfficeJet_Pro_7740,l80,p66,pclpdf"
# b_prt3="OfficeJet_Pro_7740_A3,l136,p120,pclpdf"

# Theos compatible printer in character mode
# Cygwin : use a Generic / Generic Text Only printer
# Linux  : use a Cups Raw -> Raw Queue printer
# paper tray 2, 2 sides printing, flip on long side
# b_prt4="OfficeJet_Pro_7740_raw,l80,p66,hp7740,tray2,long"
# paper tray 1, 2 sides printing, flip on long side
# b_prt5="OfficeJet_Pro_7740_raw,l136,p100,hp7740,tray1,long"

# Theos spooler emulation
# 0 = no. send reports to lp system on printer close
# 1 = yes. store reports into system.spooler
b_spool=1

# spooler auto start. 0 = no. 1 = yes
b_spool_auto=0

#--- com ports settings
b_com1="/dev/ttyUSB0,b115200,w8,xon/xoff,bidir"

#--- misc settings
# DOC = text fields and line separators conforms to documentation
# COMPILER = text fields and line separators conforms to compiler behaviour
b_conform=COMPILER
