diff --git a/darkice/trunk/configure.h.in b/darkice/trunk/configure.h.in index 973e3e4..1435319 100644 --- a/darkice/trunk/configure.h.in +++ b/darkice/trunk/configure.h.in @@ -57,6 +57,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_LIMITS_H + /* Name of package */ #undef PACKAGE diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 9b8b596..f56c35a 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -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()