all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* lib-src/pop.c rev 1.42 broken if KERBEROS is enabled
@ 2007-11-19 10:36 Tim Van Holder
  2007-11-19 11:10 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Van Holder @ 2007-11-19 10:36 UTC (permalink / raw)
  To: emacs-pretest-bug


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: lib-src/pop.c rev 1.42 broken if KERBEROS is enabled
  2007-11-19 10:36 lib-src/pop.c rev 1.42 broken if KERBEROS is enabled Tim Van Holder
@ 2007-11-19 11:10 ` Jan Djärv
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Djärv @ 2007-11-19 11:10 UTC (permalink / raw)
  To: Tim Van Holder; +Cc: emacs-pretest-bug



Tim Van Holder skrev:
> 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
> 

Sorry about that, I've checked in a fix.  Please try it.

	Jan D.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-19 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 10:36 lib-src/pop.c rev 1.42 broken if KERBEROS is enabled Tim Van Holder
2007-11-19 11:10 ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.