X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=35d1b2d70c73f741304937db76c86240d8a50415;hb=363190329760d38060e89956206583831b0d084d;hp=e9d235486b9e19c2b621d32704fe9b85d4520b35;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/configure.ac b/configure.ac index e9d2354..35d1b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -385,7 +385,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 lstat uname tzset killpg mkstemp \ getutent nl_langinfo mbtowc wcwidth) dnl sigsetjmp may be a macro @@ -395,7 +395,7 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [Define to 1 if you have the `sigsetjmp'.]) AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)]) -AC_REPLACE_FUNCS(memmove snprintf strerror strdup) +AC_REPLACE_FUNCS(snprintf strdup) dnl Look for the initgroups() declaration. On AIX 4.[13], Solaris 4.1.3, and dnl ULTRIX 4.2A the function is defined in libc but there's no declaration in @@ -602,7 +602,7 @@ main() { char buf[4096]; int r1 = tgetent(buf, "vt100"); - int r2 = tgetent((char*)0,"vt100"); + int r2 = tgetent(NULL,"vt100"); if (r1 >= 0 && r1 == r2) { char tbuf[1024], *u; u = tbuf;