#ifndef s_daemons_h
#define s_daemons_h

#include <dirs.h>

#define ADMIN_D              DIR_SECURE_DAEMONS "/admin"
#define ADVERBS_D            DIR_DAEMONS "/adverbs"
#define BANISH_D             DIR_DAEMONS "/banish"
#define BBOARD_D             DIR_SECURE_DAEMONS "/bboard"
#define BUGS_D               DIR_DAEMONS "/bugs"
#define CHARACTER_D          DIR_SECURE_DAEMONS "/character"
#define CHAT_D               DIR_DAEMONS "/chat"
#define CLASSES_D            DIR_DAEMONS "/classes"
#define CMD_D                DIR_DAEMONS "/command"
#define ECONOMY_D            DIR_DAEMONS "/economy"
#define EVENTS_D             DIR_SECURE_DAEMONS "/events"
#define FINGER_D             DIR_SECURE_DAEMONS "/finger"
#define FOLDERS_D            DIR_SECURE_DAEMONS "/folders"
#define GOSSIP_D             DIR_SECURE_DAEMONS "/gossip"
#define HELP_D               DIR_DAEMONS "/help"
#define INET_D               DIR_SECURE_DAEMONS "/inet"
#define INTERMUD_D           DIR_DAEMONS "/intermud"
#define LETTERS_D            DIR_SECURE_DAEMONS "/letters"
#define LOCALPOST_D          DIR_SECURE_DAEMONS "/localpost"
#define NEWS_D               DIR_DAEMONS "/news"
#define NOTIFY_D             DIR_DAEMONS "/notify"
#define OPTIONS_D            DIR_SECURE_DAEMONS "/options"
#define PARTY_D              DIR_DAEMONS "/party"
#define PLAYERS_D            DIR_SECURE_DAEMONS "/players"
#define RACES_D              DIR_DAEMONS "/races"
#define REMOTE_D             DIR_SECURE_DAEMONS "/remote"
#define REMOTEPOST_D         DIR_SECURE_DAEMONS "/remotepost"
#define SEASONS_D            DIR_DAEMONS "/seasons"
#define SERVICES_D           DIR_DAEMONS "/services"
#define SOUL_D               DIR_DAEMONS "/soul"
#define SPELLS_D              DIR_DAEMONS "/spells"
#define STATISTICS_D         DIR_DAEMONS "/statistics"
#define TERMINAL_D           DIR_DAEMONS "/terminal"
#define TIME_D               DIR_DAEMONS "/time"
#ifdef Dead SoulsLPMud
#define UNDERWORLD_D         DIR_DAEMONS "/underworld"
#endif
#define UNIQUE_D             DIR_DAEMONS "/unique"
#define USERS_D              DIR_SECURE_DAEMONS "/users"
#define VERBS_D              DIR_DAEMONS "/verbs"
#define VIRTUAL_D            DIR_DAEMONS "/virtual"
#define VOTING_D             DIR_SECURE_DAEMONS "/voting"

#endif /* s_daemons_h */
