##################################################################
# Paths




##################################################################
# Directory structure description

set FidoSysDir=[FidoBaseDir]\data_sys
set FidoUsrDir=[FidoBaseDir]\data_usr
set FidoMailDir=[FidoUsrDir]\echomail
set FidoFechoDir=[FidoUsrDir]\fileecho
set FidoLogDir=[FidoSysDir]\log




##################################################################
# Directories for incoming, outgoing and temporary packets/bundles

# insecure inbound (recieved via unprotected session)
Inbound         [FidoSysDir]\inbound\inbound.ins\

# secure inbound (recieved via password-protected session)
ProtInbound     [FidoSysDir]\inbound\inbound.sec\

# local inbound (for packets from local system)
LocalInbound    [FidoSysDir]\inbound\inbound.loc\

# path for temporary storage of unpacked (from archives) packets
TempInbound     [FidoSysDir]\inbound\inbound.tmp\

# self explanatory
Outbound        [FidoSysDir]\outbound\outbound\

# path for temporary storage of outgoing packets
TempOutbound    [FidoSysDir]\outbound\outbound.tmp\




##################################################################
# Logs & stats

# self explanatory
LogFileDir      [FidoLogDir]\

# list of echoareas supposed for scanning by the tosser
# (filled by editor, "hpt post", other tools)
EchoTossLog     [FidoSysDir]\flag\export.jam

# list of echoareas with messages tossed in
ImportLog       [FidoSysDir]\flag\import.jam

AutoAreaCreateFlag [FidoSysDir]\flag\newarea

# binary statistic file, see adv-stat-hpt.pl
AdvStatisticsFile [FidoLogDir]\hpt-adv.sta




##################################################################
# htick paths

if "[module]"=="htick"
 AnnounceSpool  [FidoSysDir]\announce
 SaveTic *      [FidoSysDir]\tics
endif




##################################################################
# NLTools

NodelistDir     [FidoBaseDir]\nodelist\




##################################################################
# Other stuff

# path for storage of dupe history files (internally used)
DupeHistoryDir  [FidoSysDir]\dupes\

# path for message bases
MsgBaseDir      [FidoUsrDir]\echomail\

# path for fileareas
FileAreaBaseDir [FidoUsrDir]\fileecho\

# path for passthrough fileareas
PassFileAreaDir [FidoSysDir]\passthrough_fileecho\

# flag file to lock what should not be accesed by multiple husky programs
# or multiple instances of husky programs simultaneously
LockFile        [FidoSysDir]\flag\hpt-lock

# create flag after unpacking netmail msg
NetmailFlag     [FidoSysDir]\flag\hpt-mail

# path for current msgid sequence stamp
# note: this is the name of directory
SEQDIR          [FidoSysDir]\seq

# Enable power of perl hooks!
#hptPerlFile /etc/husky/filter.pl
