Re: Enable getaddrinfo() in libxcb
Christian Weisgerber <[email protected]> Mon, 1 Apr 2013 14:26:07 +0200
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Matthieu Herrb: > > +/* getaddrinfo() function is available */ > > +#define HAVE_GETADDRINFO 1 > > + > > I'd just use the same comment as the one that would have been > generated by autoheader from the configure.ac script if we'd > regenerated config.h: I did! > +/* Define to 1 if getaddrinfo() function is available */ AC_DEFINE() copies the comment verbatim and does not prepend any text. -- Christian "naddy" Weisgerber [email protected]