1dnl
2dnl $Id$
3dnl
4
5AC_DEFUN([AC_HAVE_TYPES], [
6for i in $1; do
7        AC_HAVE_TYPE($i)
8done
9if false;then
10	AC_CHECK_FUNCS($1)
11fi
12])
13