diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 23:44:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 23:44:39 +0000 |
commit | 39b8bb9b73f53dcb2ba3498a1d01edb35a378f89 (patch) | |
tree | 89714bacce7cd2e2e7734873d3cf9dea8d86c865 /lib-src | |
parent | 21287a21aef716be22d5090d27d36374c8dc6433 (diff) | |
download | emacs-39b8bb9b73f53dcb2ba3498a1d01edb35a378f89.tar.gz |
* 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.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d9019c4a881..fdf2082f37c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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-07-31 Dan Nicolaescu <dann@ics.uci.edu> * etags.c: |