##################################################################
#EN# Paths
#RU# , , ...




##################################################################
#EN# Directory structure description
#RU#   

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




##################################################################
#EN# Directories for incoming, outgoing and temporary packets/bundles
#RU#     ,   ,
#RU#  .

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

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

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

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

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

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




##################################################################
#EN# Logs & stats
#RU#   

#EN# self explanatory
#RU#   
LogFileDir      [FidoLogDir]\

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

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

AutoAreaCreateFlag [FidoSysDir]\flag\newarea

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




##################################################################
#EN# htick paths
#RU#   htick'

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




##################################################################
#EN# NLTools
#RU# NLTools

NodelistDir     [FidoBaseDir]\nodelist\




##################################################################
#EN# Other stuff
#RU# 

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

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

#EN# path for fileareas
#RU#    
FileAreaBaseDir [FidoUsrDir]\fileecho\

#EN# path for passthrough fileareas
#RU#     passthrough-.
PassFileAreaDir [FidoSysDir]\passthrough_fileecho\

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

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

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

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