From 397476a8a19d3760749d8314aaa1eb7a14717ad2 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Fri, 5 Nov 2021 05:16:28 +0900 Subject: [PATCH] update condition for displaying on #version --- src/mdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)