X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fconfigure.in;h=0c27c7cad5459ff3c6dd3030c15d4eabe4e14d96;hp=4a1cb6017eb7570f5d3a705b2a71f710734515bd;hb=0485620c03e69b1b58a6b12e5e45c98415fc7575;hpb=3e7e5f8b5c4e8e499f682a1c414c576c16d47532;ds=sidebyside diff --git a/test/configure.in b/test/configure.in index 4a1cb601..0c27c7ca 100644 --- a/test/configure.in +++ b/test/configure.in @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996-on dnl -dnl $Id: configure.in,v 1.132 2017/06/24 14:10:13 tom Exp $ +dnl $Id: configure.in,v 1.134 2017/08/19 23:40:39 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) @@ -173,6 +173,7 @@ getopt.h \ locale.h \ math.h \ stdarg.h \ +stdint.h \ sys/ioctl.h \ sys/select.h \ sys/time.h \ @@ -185,6 +186,8 @@ CF_GETOPT_HEADER AC_CHECK_FUNCS( \ getopt \ gettimeofday \ +tdestroy \ +tsearch \ ) if test "x$ac_cv_func_getopt" = xno; then