X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=55e139331393bac1d4e5151b60663660f98af367;hb=c47ebdd0668b01a9227558c31febb0bd3d37f076;hp=0a27c85075db0cd81a455719114fcd883d3c8164;hpb=07661da3d824585f12d0b5d19cc262115bea979a;p=mmh diff --git a/configure.in b/configure.in index 0a27c85..55e1393 100644 --- a/configure.in +++ b/configure.in @@ -56,17 +56,6 @@ AC_ARG_ENABLE(masquerade, fi], [masquerade="draft_from mmailid username_extension"]) AC_SUBST(masquerade)dnl -dnl Do you want mhe support? -AC_ARG_ENABLE(mhe, - AS_HELP_STRING([--disable-mhe],[disable mhe support])) - -dnl mhe support is on by default, so define it unless --disable-mhe or the -dnl deprecated, undocumented --disable-nmh-mhe are specified. -if test x"$enable_mhe" != x"no" -a x"$enable_nmh_mhe" != x"no"; then - AC_DEFINE(MHE, 1, - [Define to compile in support for the Emacs front-end mh-e.])dnl -fi - dnl Do you want client-side support for pop? AC_ARG_ENABLE(pop, AS_HELP_STRING([--enable-pop], [enable client-side support for plain POP3])) @@ -487,7 +476,8 @@ AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, dnl --------------- dnl CHECK FUNCTIONS dnl --------------- -AC_CHECK_FUNCS(writev lstat tzset getutent nl_langinfo) +AC_CHECK_FUNCS(writev lstat tzset getutent nl_langinfo sigaction sigprocmask \ + sigblock sigsetmask sighold sigrelse) 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 @@ -794,7 +784,7 @@ AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, AC_CHECK_MEMBERS(struct utmp.ut_type,,,[#include ]) -CHECK_TYPE_STRUCT_DIRENT_D_TYPE() +AC_STRUCT_DIRENT_D_TYPE dnl ------------- dnl CHECK SIGNALS