Re: [Mutt] #3298: Mutt's way to get the FQDN is broken
#3298: Mutt's way to get the FQDN is broken
---------------------+------------------------------------------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.20
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment(by Derek Martin):
{{{
New patch attached. This one will require some touch-up though... I'm
not quite sure how to handle the autoconf-fu glue. I put
getaddrinfo() and freeaddrinfo() in one file, and put the prototypes
and the definition of struct addrinfo in the corresponding .h file.
I'm sure that's wrong, but I can't find an example of where the right
thing is... I added AC_REPLACE_FUNCS([getaddrinfo]), assuming that if
this actually happens, it will also replace freeaddrinfo() (since it's
in the same file). Wasn't sure how to handle the includes.
I'm happy to fix that myself, but I'll need someone who groks the
auto-fu stuff better than I do to tell me what to do (preferably with
an example).
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3298#comment:>
Mutt <http://www.mutt.org/>
The Mutt mail user agent