# HG changeset patch # User Chong Yidong # Date 1217959600 0 # Node ID 02fa114827be0eca8c7e13d0b5202f1b627e1bc5 # Parent fd95d41865f0abb5c57d01c3b29b906feb144ff5 * 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. diff -r fd95d41865f0 -r 02fa114827be lib-src/ChangeLog --- 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 + + * 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 (tiny change) * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.