X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=6d4a9d408d32d7afff9a3ef8b30aa26abb721703;hb=55669aa463e2ce09a1873831bba729d2a29d2188;hp=0b2a73c472a3e333f35e540d721ff46dbedd3552;hpb=27844443b4759689ecbc2eb4519c0fe83ebda473;p=mmh diff --git a/configure.in b/configure.in index 0b2a73c..6d4a9d4 100644 --- a/configure.in +++ b/configure.in @@ -521,12 +521,9 @@ AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ getutent nl_langinfo mbtowc wcwidth) dnl solaris has these in the nsl library -AC_SEARCH_LIBS(gethostbyname, nsl, - [AC_DEFINE(HAVE_GETHOSTBYNAME,1, - [Define to 1 if you have the `gethostbyname' function.])]) -AC_SEARCH_LIBS(sethostent, nsl, - [AC_DEFINE(HAVE_SETHOSTENT,1, - [Define to 1 if you have the `sethostent' function.])]) +AC_SEARCH_LIBS(getaddrinfo, nsl, + [AC_DEFINE(HAVE_GETADDRINFO,1, + [Define to 1 if you have the `getaddrinfo' function.])]) dnl sigsetjmp may be a macro AC_MSG_CHECKING(for sigsetjmp) @@ -950,6 +947,8 @@ if test "$nmh_cv_union_wait" = yes; then fi AC_MSG_RESULT($nmh_cv_union_wait) +CHECK_TYPE_STRUCT_DIRENT_D_TYPE() + dnl ------------- dnl CHECK SIGNALS dnl -------------