control of command-line usage entry in '?' menu

Instead of using a compile-time macro to suppress inclusion of the
menu entry to show UNIX command-line usage in the help menu, use a
sysconf setting instead.

Default is HIDEUSAGE=0, to include the entry for command-line usage.
Set HIDEUSAGE=1 to exclude that.  Does not affect 'nethack --usage'
if player actually has access to the command-line.
This commit is contained in:
PatR
2022-11-18 17:54:17 -08:00
parent 9a7f8418ee
commit 3278d7e0c1
9 changed files with 32 additions and 17 deletions

View File

@@ -83,6 +83,11 @@ MAXPLAYERS=10
# numeric (1) user id.
#PERS_IS_UID=1
# Help menu control; 0 - include "command line usage" entry in help menu;
# 1 - suppress it from the menu. Does not affect 'nethack --usage' when
# player has access to the command line.
#HIDEUSAGE=0
# Maximum number of score file entries to use for random statue names
#MAX_STATUENAME_RANK=10