Mercurial > emacs
changeset 80679:02fa114827be
* pop.c (socket_connection): Add conditionals for
HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
compilation with MIT Kerberos and Heimdal, respectively.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Aug 2008 18:06:40 +0000 |
parents | fd95d41865f0 |
children | 710e4315c043 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Aug 05 18:05:59 2008 +0000 +++ b/lib-src/ChangeLog Tue Aug 05 18:06:40 2008 +0000 @@ -1,3 +1,9 @@ +2008-08-05 Ulrich Mueller <ulm@gentoo.org> + + * pop.c (socket_connection): Add conditionals for + HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support + compilation with MIT Kerberos and Heimdal, respectively. + 2008-04-24 Adam Go,B3j(Bbiowski <adamg@pld-linux.org> (tiny change) * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.