# NetHack 3.6 sysconf - WASM/Library build
# Copyright (c) Adam Powers, 2020.
# NetHack may be freely redistributed.  See license for details.
#
# Minimal sysconf for WASM builds.

# Allow anyone to use wizard/debug mode
WIZARDS=*

# Allow anyone to use explore mode
EXPLORERS=*

# Prompt for username for generic users
GENERICUSERS=play player game games nethack nethacker

# Maximum simultaneous games
MAXPLAYERS=0

# Disable panic tracing (not available in WASM)
PANICTRACE_GDB=0
PANICTRACE_LIBC=0

