On Sun, 2009-03-01 at 13:38 +0100, Bruno Haible wrote: > Alan Hourihane wrote: > > In netdb.in.h we have.... > > > > # ifndef EAI_INPROGRESS > > > > but in gai_strerror.c we have... > > > > #ifdef __USE_GNU > > > > Can we be consistent here and use > > > > #ifdef EAI_INPROGRESS in gai_strerror.c > > This is Simon's domain. But yes, this would be consistent with the change > done on 2008-10-20.
I'd certainly prefer this option too :-) > > or modify netdb.h.in to use __USE_GNU ?? > > No, that was the state before 2008-10-20, and it was wrong. Alan.
