components/nethack/patches/sysconf.patch
changeset 5859 98bc99958997
equal deleted inserted replaced
5858:74ec1e7d5b4b 5859:98bc99958997
       
     1 Set some reasonable defaults.  Not suitable for upstream.
       
     2 
       
     3 --- sys/unix/sysconf	2015-12-07 00:26:01.000000000 -0800
       
     4 +++ sys/unix/sysconf	2016-04-14 18:33:58.537973707 -0700
       
     5 @@ -28,14 +28,14 @@
       
     6  # occasionally get stuck outside the game by accidentally typing '!' or
       
     7  # '^Z' during play and not knowing how to go back.)
       
     8  # Uses the same syntax as the WIZARDS and EXPLORERS options above.
       
     9 -#SHELLERS=
       
    10 +SHELLERS=*
       
    11  
       
    12  # Limit the number of simultaneous games (see also nethack.sh).
       
    13 -MAXPLAYERS=10
       
    14 +MAXPLAYERS=25
       
    15  
       
    16  # If not null, added to string "To get local support, " in the support
       
    17  # information help.
       
    18 -#SUPPORT=call Izchak at extension 42.
       
    19 +SUPPORT=call Izchak at extension 42.
       
    20  
       
    21  # If not null, displayed at the end of a panic-save sequence.
       
    22  #RECOVER=Run the recover program.
       
    23 @@ -51,14 +51,14 @@
       
    24  # CAUTION: changing these after people have started playing games can
       
    25  #  lead to lost high scores!
       
    26  # Maximum entries for one person.
       
    27 -#PERSMAX=10
       
    28 +PERSMAX=100
       
    29  # Maximum entries in the record file.
       
    30 -#ENTRYMAX=100
       
    31 +ENTRYMAX=1000
       
    32  # Minimum points to get an entry.
       
    33  #POINTSMIN=1
       
    34  # Determine identity of "person" in the score file with name (0) or
       
    35  # numeric (1) user id.
       
    36 -#PERS_IS_UID=1
       
    37 +PERS_IS_UID=0
       
    38  
       
    39  # Maximum number of score file entries to use for random statue names
       
    40  #MAX_STATUENAME_RANK=10