Skip to content
Snippets Groups Projects
Commit aa2bcd61 authored by rswindell's avatar rswindell
Browse files

Redefine unused macro SM_ERRALARM to SM_UNUSED2

parent 8cce80d8
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ typedef struct js_callback {
#define SM_TIME_EXP (1L<<22) /* Set to expired values if out-of-time */
#define SM_FASTMAIL (1L<<23) /* Fast e-mail storage mode */
#define SM_NONODELIST (1L<<24) /* Suppress active node list during logon */
#define SM_ERRALARM (1L<<25) /* Error beeps on */
#define SM_UNUSED2 (1L<<25) /* */
#define SM_FWDTONET (1L<<26) /* Allow forwarding of e-mail to netmail */
#define SM_DELREADM (1L<<27) /* Delete read mail automatically */
#define SM_NOCDTCVT (1L<<28) /* No credit to minute conversions allowed */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment