mud/lib/secure/include/daemons.h
2020-09-06 05:43:07 -07:00

100 lines
5.1 KiB
C

#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 BOOKS_D DIR_DAEMONS "/books"
#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 COMMAND_D DIR_DAEMONS "/command"
#define CONFIG_D DIR_SECURE_DAEMONS "/config"
#define DECAY_D DIR_DAEMONS "/decay"
#define DEFINES_D DIR_DAEMONS "/defines"
#define DEVIATION_D DIR_DAEMONS "/deviation"
#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 FILTER_D DIR_SECURE_DAEMONS "/filter"
#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 GUARD_D DIR_DAEMONS "/guard"
#define HELP_D DIR_DAEMONS "/help"
#define ICP_D DIR_SECURE_DAEMONS "/icp"
#define IMC2_D DIR_SECURE_DAEMONS "/imc2"
#define IMC2_SERVER_D DIR_SECURE_DAEMONS "/imc2server/server"
#define INET_D DIR_SECURE_DAEMONS "/inet"
#define INSTANCES_D DIR_SECURE_DAEMONS "/instances"
#define INTERMUD_D DIR_DAEMONS "/intermud"
#define LETTERS_D DIR_SECURE_DAEMONS "/letters"
#define LOG_D DIR_SECURE_DAEMONS "/log"
#define LOCALPOST_D DIR_SECURE_DAEMONS "/localpost"
#define LUGET_D DIR_SECURE_DAEMONS "/luget"
#define MAP_D DIR_DAEMONS "/map"
#define MEETINGS_D DIR_DAEMONS "/meetings"
#define MUDINFO_D DIR_SECURE_DAEMONS "/mudinfo"
#define NEWS_D DIR_DAEMONS "/news"
#define NOTIFY_D DIR_DAEMONS "/notify"
#define ROOMS_D DIR_SECURE_DAEMONS "/rooms"
#define OOB_D DIR_SECURE_DAEMONS "/oob"
#define OPTIONS_D DIR_SECURE_DAEMONS "/options"
#define PARTY_D DIR_DAEMONS "/party"
#define PHYS_D DIR_DAEMONS "/phys"
#define PING_D DIR_SECURE_DAEMONS "/ping"
#define PLAYERS_D DIR_SECURE_DAEMONS "/players"
#define POLITICS_D DIR_SECURE_DAEMONS "/politics"
#define PORTAL_D DIR_SECURE_DAEMONS "/portal"
#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_SECURE_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 SECRETS_D DIR_SECURE_DAEMONS "/secrets"
#define SERVICES_D DIR_DAEMONS "/services"
#define SKILLS_D DIR_DAEMONS "/skills"
#define SNOOP_D DIR_SECURE_DAEMONS "/snoop"
#define SOUL_D DIR_DAEMONS "/soul"
#define SPELLS_D DIR_DAEMONS "/spells"
#define SSOCKET_D DIR_SECURE_DAEMONS "/imc2server/ssocket"
#define STATS_D DIR_DAEMONS "/stats"
#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 TRACKER_D DIR_SECURE_DAEMONS "/tracker"
#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 */