]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: remove unused HAVE_NCURSES config define
authorKarel Zak <kzak@redhat.com>
Thu, 19 Mar 2026 12:30:22 +0000 (13:30 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2026 09:21:15 +0000 (10:21 +0100)
commit2b0baa966988d74917ab30758a6e906da520318b
tree247b6da0844208c86b7241910c2a637f883a03b7
parentefe5560e0a1b06c5ba6425367bc283516a3bcfbb
meson: remove unused HAVE_NCURSES config define

No source code uses HAVE_NCURSES (without _W or _H suffix).
In autotools it only exists as an AM_CONDITIONAL for Makefile logic,
not as a config.h define.

Signed-off-by: Karel Zak <kzak@redhat.com>
meson.build