update condition for displaying on #version

This commit is contained in:
SHIRAKATA Kentaro
2021-11-05 05:16:28 +09:00
committed by PatR
parent 1a361af084
commit 397476a8a1

View File

@@ -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)