From: Ken Hornstein Date: Wed, 4 Jan 2012 02:06:45 +0000 (-0500) Subject: Update configure file for removal of POSIX-mandated header files. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=156785f9320f2e2ec7caa66e1fa7807a9e92b949;p=mmh Update configure file for removal of POSIX-mandated header files. --- diff --git a/configure.in b/configure.in index 07d7399..2cd5940 100644 --- a/configure.in +++ b/configure.in @@ -467,11 +467,9 @@ AC_HEADER_TIME AC_HEADER_SYS_WAIT AC_HEADER_STAT AC_HEADER_TIOCGWINSZ -AC_CHECK_HEADERS(string.h memory.h stdlib.h unistd.h errno.h fcntl.h \ - limits.h crypt.h termcap.h termio.h termios.h locale.h \ +AC_CHECK_HEADERS(errno.h fcntl.h crypt.h termcap.h termio.h termios.h \ langinfo.h wchar.h wctype.h iconv.h netdb.h \ - sys/param.h sys/time.h sys/stream.h \ - arpa/inet.h arpa/ftp.h) + sys/param.h sys/time.h sys/stream.h arpa/ftp.h) dnl dnl Checks for _IO_write_ptr. A Linuxism used by nmh on linux. We @@ -495,7 +493,7 @@ dnl --------------- AC_FUNC_VFORK AC_CHECK_LIB(mkstemp,mkstemp) AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ - sighold sigrelse writev lstat uname tzset killpg mkstemp \ + sighold sigrelse writev lstat uname tzset mkstemp \ getutent nl_langinfo mbtowc wcwidth) dnl sigsetjmp may be a macro