diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h index c4b6634ac0dd86e70785a7a30ee69bda57e73614..5b99c97977c1a7fbef319c5738563a0d85db9ad2 100644 --- a/src/sbbs3/sbbsdefs.h +++ b/src/sbbs3/sbbsdefs.h @@ -134,7 +134,7 @@ #define SM_CELERITY (1L<<10) /* Expand Celerity color codes in messages */ #define SM_RENEGADE (1L<<11) /* Expand Renegade color codes in messages */ #define SM_ECHO_PW (1L<<12) /* Echo passwords locally */ -#define SM_REQ_PW (1L<<13) /* Require passwords locally */ +#define SM_NOLFN (1L<<13) /* No long filenames in listings */ #define SM_L_SYSOP (1L<<14) /* Allow local sysop logon/commands */ #define SM_R_SYSOP (1L<<15) /* Allow remote sysop logon/commands */ #define SM_QUOTE_EM (1L<<16) /* Allow quoting of e-mail */