From 716062ccc74b788c55dd4e2b957c5fc8a0b33455 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 18 Apr 2003 04:54:15 +0000 Subject: [PATCH] Created auto-daylight-savings-time sys_misc bit (SM_AUTO_DST). --- src/sbbs3/sbbsdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h index 9480537831..5b1e2ac9fa 100644 --- a/src/sbbs3/sbbsdefs.h +++ b/src/sbbs3/sbbsdefs.h @@ -138,7 +138,7 @@ #define SM_RENEGADE (1L<<11) /* Expand Renegade color codes in messages */ #define SM_ECHO_PW (1L<<12) /* Echo passwords locally */ #define SM_LOCAL_TZ (1L<<13) /* Use local timezone representations */ -#define SM_L_SYSOP (1L<<14) /* Allow local sysop logon/commands */ +#define SM_AUTO_DST (1L<<14) /* Automatic Daylight Savings Toggle (US) */ #define SM_R_SYSOP (1L<<15) /* Allow remote sysop logon/commands */ #define SM_QUOTE_EM (1L<<16) /* Allow quoting of e-mail */ #define SM_EURODATE (1L<<17) /* Europian date format (DD/MM/YY) */ -- GitLab