* pop.c (socket_connection): Add conditionals for
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 18:06:40 +0000 (18:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 18:06:40 +0000 (18:06 +0000)
HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
compilation with MIT Kerberos and Heimdal, respectively.

lib-src/ChangeLog

index 2753a9d..8fe2719 100644 (file)
@@ -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\e,B3j\e(Bbiowski  <adamg@pld-linux.org>  (tiny change)
 
        * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.