emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lib-src/pop.c rev 1.42 broken if KERBEROS is enabled


From: Tim Van Holder
Subject: lib-src/pop.c rev 1.42 broken if KERBEROS is enabled
Date: Mon, 19 Nov 2007 11:36:55 +0100

lib-src/pop.c does not currently build for me; the changes to add getaddrinfo 
support break compilation if kerberos is enabled.

There are two problems, both on line 1178:
- 'realhost' is used, but that variable is only defined for !KERBEROS5
  -> easily fixed by moving it out of the KERBEROS5 conditional
- 'hostent' is used, but is only available (and filled) if !HAVE_GETADDRINFO
  -> Kerberos code needs to have conditional code introduced for 
HAVE_GETADDRINFO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]