non-Unix sysconf updates

For non-Unix systems, disable the "description of NetHack's command
line" entry in the help command's menu.
This commit is contained in:
PatR
2023-02-21 11:15:08 -08:00
parent da92b9b173
commit 998b5af644
4 changed files with 99 additions and 10 deletions

View File

@@ -70,6 +70,12 @@ WIZARDS=*
# 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. The usage feedback describes
# command line handling for UNIX so enabling it won't be much use here.
HIDEUSAGE=1
# Maximum number of score file entries to use for random statue names
#MAX_STATUENAME_RANK=10