From: SHIRAKATA Kentaro Date: Thu, 4 Nov 2021 20:16:28 +0000 (+0900) Subject: update condition for displaying on #version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397476a8a19d3760749d8314aaa1eb7a14717ad2;p=nethack update condition for displaying on #version --- diff --git a/src/mdlib.c b/src/mdlib.c index b31d39623..770cd8cab 100644 --- a/src/mdlib.c +++ b/src/mdlib.c @@ -459,7 +459,7 @@ static const char *const build_opts[] = { #ifdef HOLD_LOCKFILE_OPEN "exclusive lock on level 0 file", #endif -#if defined(MSGHANDLER) && (defined(POSIX_TYPES) || defined(__GNUC__)) +#ifdef MSGHANDLER "external program as a message handler", #endif #if defined(HANGUPHANDLING) && !defined(NO_SIGNAL)