X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fconfigure.in;h=fe6395996f7ffa598da7d1ae157649b6da160b9b;hp=59ff30fe54d1a6b0ba18579da39579ff3ad41a07;hb=3b3a6d094f484e799b1430782f1130a9af71a94e;hpb=5899b5e464ecec4b1613f6fef8cb7b75793c88e3 diff --git a/test/configure.in b/test/configure.in index 59ff30fe..fe639599 100644 --- a/test/configure.in +++ b/test/configure.in @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996-on dnl -dnl $Id: configure.in,v 1.159 2020/05/30 00:13:37 tom Exp $ +dnl $Id: configure.in,v 1.161 2020/08/01 17:20:19 tom Exp $ dnl This is a simple configuration-script for the ncurses test programs that dnl allows the test-directory to be separately configured against a reference dnl system (i.e., sysvr4 curses) @@ -257,6 +257,7 @@ AC_CHECK_FUNCS( \ getopt \ gettimeofday \ snprintf \ +strdup \ strstr \ tsearch \ ) @@ -323,6 +324,8 @@ color_set \ copywin \ delscreen \ dupwin \ +exit_curses \ +exit_terminfo \ filter \ getbegx \ getcurx \ @@ -349,6 +352,7 @@ setupterm \ slk_color \ slk_init \ termattrs \ +termname \ tgetent \ tigetnum \ tigetstr \