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

12 lines
284 B
C

#ifndef __POST_H
#define __POST_H
#include <dirs.h>
#define POSTAL_ID "imaginary mailer"
#define POSTAL_PROMPT "% "
#define POSTAL_USER_HELP DIR_USER_HELP+"/postal"
#define POSTAL_CREATOR_HELP DIR_CREATOR_HELP+"/postal"
#endif /* __POST_H */