#ifndef __DAEMONS_H #define __DAEMONS_H #include <dirs.h> #define ASTRONOMY_D (DIR_DAEMONS+"/astronomy") #define BANISH_D (DIR_DAEMONS+"/banish") #define BBOARD_D (DIR_SECURE_DAEMONS+"/bboard") #define CHAT_D (DIR_DAEMONS+"/chat") #define CMD_D (DIR_DAEMONS+"/command") #define DSCHAT_D (DIR_SECURE_DAEMONS+"/chat") #define EVENTS_D (DIR_SECURE_DAEMONS+"/events") #define FINGER_D (DIR_SECURE_DAEMONS+"/finger") #define FOLDERS_D (DIR_SECURE_DAEMONS+"/folders") #define HELP_D (DIR_DAEMONS+"/help") #define INTERMUD_D (DIR_DAEMONS+"/intermud") #define LETTERS_D (DIR_SECURE_DAEMONS+"/letters") #define LOCALPOST_D (DIR_SECURE_DAEMONS+"/localpost") #define NETWORK_D (DIR_DAEMONS+"/network") #define NEWS_D (DIR_DAEMONS+"/news") #define OPTIONS_D (DIR_SECURE_DAEMONS+"/options") #define PASSWD_D (DIR_MORTAL_CMDS+"/_passwd") #define PLAYER_D (DIR_SECURE_DAEMONS+"/player") #define REFS_D (DIR_DAEMONS+"/refs") #define REMOTEPOST_D (DIR_SECURE_DAEMONS+"/remotepost") #define SERVICES_D (DIR_DAEMONS+"/services") #define SHUT_D (DIR_SECURE_DAEMONS+"/shutdown") #define SOUL_D (DIR_DAEMONS+"/soul") #define TERMINAL_D (DIR_DAEMONS+"/terminal") #define TIME_D (DIR_DAEMONS+"/timezones") #define USERS_D (DIR_SECURE_DAEMONS+"/users") #define VIRTUAL_D (DIR_DAEMONS+"/virtual") #endif /* __DAEMONS_H */