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]
