From be1adbec4720affc08b80418f76a35d9f0720ad7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 21 Jan 2002 03:26:32 +0000 Subject: [PATCH] Added toggle option to disable long filenames in file listings. --- 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 c4b6634ac0..5b99c97977 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 */ -- GitLab