USER_SOUNDS follow-up
Make the support of user sounds apparent in the #version command. Also add a small section on them to the Guidebook. (The doc/Guidebook.mn version of this section needs testing)
This commit is contained in:
@@ -729,6 +729,13 @@ static const char *build_opts[] = {
|
||||
#ifdef TOURIST
|
||||
"tourists",
|
||||
#endif
|
||||
#ifdef USER_SOUNDS
|
||||
# ifdef USER_SOUNDS_REGEX
|
||||
"user sounds via regular expressions",
|
||||
# else
|
||||
"user sounds via pmatch",
|
||||
# endif
|
||||
#endif
|
||||
#ifdef PREFIXES_IN_USE
|
||||
"variable playground",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user