X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fconfigure.in;h=5ffd3e87bcc0a8f0f696f292e88a1bd000a17b46;hp=2efb6d010e9c1dde44bb6a8e3c59bbcfdd29b0c2;hb=2b635f090ec43c82958cef9369464aee4dd8975f;hpb=90e3b6f9d5d7b2f2e6220b768306ec485ae8a4bf diff --git a/test/configure.in b/test/configure.in index 2efb6d01..5ffd3e87 100644 --- a/test/configure.in +++ b/test/configure.in @@ -1,5 +1,5 @@ dnl*************************************************************************** -dnl Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * +dnl Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. * dnl * dnl Permission is hereby granted, free of charge, to any person obtaining a * dnl copy of this software and associated documentation files (the * @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996, etc. dnl -dnl $Id: configure.in,v 1.82 2010/11/06 23:05:15 tom Exp $ +dnl $Id: configure.in,v 1.90 2011/03/22 09:15:08 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) @@ -100,6 +100,7 @@ CF_SIG_ATOMIC_T CF_DISABLE_ECHO CF_ENABLE_WARNINGS +CF_DISABLE_LEAKS CF_WITH_CURSES_DIR dnl SunOS 4.x @@ -126,6 +127,8 @@ AC_ARG_WITH(pdcurses, case $cf_cv_screen in curses) CF_CURSES_CONFIG + CF_NETBSD_FORM_H + CF_NETBSD_MENU_H ;; ncurses) CF_NCURSES_CONFIG @@ -161,6 +164,7 @@ pdcurses) #(vi form.h \ menu.h \ panel.h \ + term_entry.h \ ) ;; esac @@ -172,6 +176,7 @@ AC_HEADER_TIME AC_CHECK_HEADERS( \ getopt.h \ locale.h \ +math.h \ stdarg.h \ sys/ioctl.h \ sys/select.h \ @@ -210,6 +215,7 @@ putwin \ resize_term \ resizeterm \ ripoffline \ +scr_dump \ setupterm \ slk_color \ slk_init \ @@ -224,6 +230,7 @@ vsscanf \ wchgat \ winsstr \ wresize \ +wsyncdown \ ) CF_NCURSES_EXT_FUNCS @@ -250,6 +257,7 @@ CF_SYS_TIME_SELECT CF_FUNC_CURSES_VERSION CF_CURSES_ACS_MAP CF_CURSES_WACS_MAP +CF_CURSES_WACS_SYMBOLS CF_CURSES_CHECK_TYPE(attr_t,long) @@ -291,10 +299,10 @@ for N in $LIST do cat >>Makefile <