added check for limits.h

This commit is contained in:
darkeye 2000-11-09 22:11:46 +00:00
parent d9d97e3821
commit 4a6abfa30b
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Name of package */
#undef PACKAGE

View File

@ -8,7 +8,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
dnl AC_STDC_HEADERS
AC_HAVE_HEADERS(errno.h fcntl.h stdio.h stdlib.h string.h unistd.h)
AC_HAVE_HEADERS(errno.h fcntl.h stdio.h stdlib.h string.h unistd.h limits.h)
AC_HAVE_HEADERS(signal.h sys/time.h sys/types.h sys/soundcard.h)
AC_HAVE_HEADERS(netdb.h netinet/in.h sys/ioctl.h sys/socket.h sys/stat.h)
AC_HEADER_SYS_WAIT()