From: Tim Van Holder <tim.vanholder@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: lib-src/pop.c rev 1.42 broken if KERBEROS is enabled
Date: Mon, 19 Nov 2007 11:36:55 +0100 [thread overview]
Message-ID: <87wsseiks8.fsf@leeloo.anubex.internal> (raw)
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
next reply other threads:[~2007-11-19 10:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 10:36 Tim Van Holder [this message]
2007-11-19 11:10 ` lib-src/pop.c rev 1.42 broken if KERBEROS is enabled Jan Djärv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wsseiks8.fsf@leeloo.anubex.internal \
--to=tim.vanholder@gmail.com \
--cc=emacs-pretest-bug@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.