dnl CF_CURSES_EXIT version: 2 updated: 2021/06/14 20:16:07
dnl --------------
dnl Check for ncurses memory-leak/debug feature.  Starting with ncurses 6.2,
dnl the exit_curses() function is always present, simplifying linkage changes
dnl when switching to/from a debug-library.
AC_DEFUN([CF_CURSES_EXIT],
[
CF_CURSES_FUNCS(\
exit_curses \
_nc_free_and_exit \
)
])dnl
