We are making POSIX signal support a requirement.
[mmh] / configure.ac
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeRemoved check for st_blksize; it's required by POSIX.
2012-03-26 markus schnalkeSwitch to standard autoconf macro for checking d_type...
2012-03-26 markus schnalkeRemove #ifdef around use of sigsetjmp().
2012-03-26 markus schnalkeRemove overrides for 'broken' stat macros. Remove redun...
2012-03-26 markus schnalkeNuke directory processing conditionals; use dirent.h.
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-26 markus schnalkeMake use of mkstemp() unconditional (vs. mktemp()).
2012-03-26 markus schnalkeNo longer check for the mkstemp() function in the mkste...
2012-03-26 markus schnalkeRemove compatibility functions that are always provided...
2012-03-26 markus schnalkeIgnore OSPEED/ospeed in termcap. Nothing current should...
2012-03-26 markus schnalkeCollapse termio/termios/sgtty terminal interface down...
2012-03-26 markus schnalkeEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-03-26 markus schnalkeDeprecate uname() in favour of (Posix) gethostname().
2012-03-26 markus schnalkeThere's no need for killpg(). We can use kill() instead.
2012-03-22 markus schnalkeAdded a note that I autoconf-2.59 should be enough.
2012-03-21 markus schnalkeconfigure.ac: Don't check for vfork and wait3 when...
2012-02-04 markus schnalkeRemoved the suppress dups feature from slocal for simpl...
2012-02-03 markus schnalkeRemoved the last masquerading type: username_extension.
2012-02-03 markus schnalkeRemoved draft_from masquerading.
2012-02-03 markus schnalkeRemoved mmailid masquerading.
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-03 markus schnalkeRemoved remaining lines from the --with-pager=... remov...
2012-01-02 markus schnalkeUpdated INSTALL and changed `nmh' strings to `mmh'
2011-12-09 markus schnalkeWe have `NULL' in order to not need to write `(char...
2011-11-01 markus schnalkeDon't call writev() anymore.
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeRemoved --with-{editor,pager} configure options.
2011-10-05 markus schnalkeRemoved configure option --with-hash-prefix and moved...
2011-10-04 markus schnalkeRenamed configure.in to the more modern name configure.ac