Port 'movemail' again to Solaris and similar hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 22:44:07 +0000 (15:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 22:44:07 +0000 (15:44 -0700)
commitc214e35e489145bd3a8ab7a353671f947368a7ae
tree89544a4e7b9a87d7fefe61f7e2ea53be31a2dbdb
parent63e47e0749c2e27f76a03167562e4204e2d555f0
Port 'movemail' again to Solaris and similar hosts.

See Susan Cragin's report in
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
* movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS &&
!MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.  Move up, so it doesn't
need a forward declaration.
(main): Rewrite to avoid no-longer-present function 'concat', if
!DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.
lib-src/ChangeLog
lib-src/movemail.c