#ifndef s_daemons_h
#define s_daemons_h

#include <dirs.h>

#define ADMIN_D              DIR_SECURE_DAEMONS "/admin"
#define ADVANCE_D            DIR_SECURE_DAEMONS "/advance"
#define ADVERBS_D            DIR_DAEMONS "/adverbs"
#define ALCHEMIST_D          DIR_SECURE_DAEMONS "/alchemist"
#define AUTOEXEC_D           DIR_SECURE_DAEMONS "/autoexec"
#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_SECURE_DAEMONS "/chat"
#define CLASSES_D            DIR_DAEMONS "/classes"
#define CMD_D                DIR_DAEMONS "/command"
#define CONFIG_D             DIR_SECURE_DAEMONS "/config"
#define DECAY_D              DIR_DAEMONS "/decay"
#define CREATE_D             DIR_SECURE_DAEMONS "/modules/create"
#define ECONOMY_D            DIR_SECURE_DAEMONS "/economy"
#define EVENTS_D             DIR_SECURE_DAEMONS "/events"
#define ESTATES_D            DIR_SECURE_DAEMONS "/estates"
#define FILE_D               DIR_SECURE_DAEMONS "/file"
#define FUNCTION_D           DIR_SECURE_DAEMONS "/function"
#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 IMC2_D               DIR_SECURE_DAEMONS "/imc2"
#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 LUGET_D              DIR_SECURE_DAEMONS "/luget"
#define MEETINGS_D           DIR_DAEMONS "/meetings"
#define NEWS_D               DIR_DAEMONS "/news"
#define NOTIFY_D             DIR_DAEMONS "/notify"
#define OOB_D                DIR_SECURE_DAEMONS "/oob"
#define OPTIONS_D            DIR_SECURE_DAEMONS "/options"
#define PARTY_D              DIR_DAEMONS "/party"
#define PING_D               DIR_SECURE_DAEMONS "/ping"
#define PLAYERS_D            DIR_SECURE_DAEMONS "/players"
#define POLITICS_D           DIR_SECURE_DAEMONS "/politics"
#define PRELOAD_D            DIR_SECURE_DAEMONS "/preload_check"
#define PROMOTION_D          DIR_SECURE_DAEMONS "/players"
#define RACES_D              DIR_DAEMONS "/races"
#define RELOAD_D             DIR_SECURE_DAEMONS "/reload"
#define REAPER_D             DIR_DAEMONS "/reaper"
#define REMOTE_D             DIR_SECURE_DAEMONS "/remote"
#define REMOTEPOST_D         DIR_SECURE_DAEMONS "/remotepost"
#define RESOLV_D             DIR_SECURE_DAEMONS "/resolv"
#define ROUTER_D             DIR_SECURE_DAEMONS "/i3router/server"
#define RSOCKET_D            DIR_SECURE_DAEMONS "/i3router/rsocket"
#define SEASONS_D            DIR_DAEMONS "/seasons"
#define SERVICES_D           DIR_DAEMONS "/services"
#define SNOOP_D              DIR_SECURE_DAEMONS "/snoop"
#define SOUL_D               DIR_DAEMONS "/soul"
#define SPELLS_D             DIR_DAEMONS "/spells"
#define STATISTICS_D         DIR_DAEMONS "/statistics"
#define STARGATE_D           DIR_DAEMONS "/stargate"
#define TERMINAL_D           DIR_DAEMONS "/terminal"
#define TIME_D               DIR_DAEMONS "/time"
#define TYPES_D              DIR_DAEMONS "/types"
#define UNDERWORLD_D         DIR_DAEMONS "/underworld"
#define UNIQUE_D             DIR_DAEMONS "/unique"
#define UPDATE_D             DIR_SECURE_DAEMONS "/update"
#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"
#define WARM_BOOT_D          DIR_SECURE_DAEMONS "/warm_boot"
#define WEATHER_D            DIR_DAEMONS "/weather"
#define WEB_SESSIONS_D       DIR_SECURE_DAEMONS "/web_sessions"
#define WGET_D               DIR_SECURE_DAEMONS "/wget"
#define MASTER_D             DIR_SECURE_DAEMONS "/master"
#define FTP_PORT_TRACKER_D   DIR_DAEMONS "/ftp_port_tracker"

#endif /* s_daemons_h */
