AI_ADDRCONFIG missing from netdb.h on OpenBSD
obsd43# grep -ir AI_ADDRCONFIG /usr/include/* obsd43# fbsd63$ grep -ir AI_ADDRCONFIG /usr/include/* /usr/include/lwres/netdb.h:#define AI_ADDRCONFIG 0x00000020 Seems to be fine if you just cram it into: w-syslog-ng-2.0.9/syslog-ng-2.0.9/tests/loggen/loggen.c I suppose that we'll need to maintain it as a local patch. l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/ "Guilty? Yeah. But he knows it. I mean, you're guilty. You just don't know it. So who's really in jail?" ~Maynard James Keenan
On Wed, 2008-07-30 at 17:30 -0400, Brian A. Seklecki wrote:
obsd43# grep -ir AI_ADDRCONFIG /usr/include/* obsd43#
fbsd63$ grep -ir AI_ADDRCONFIG /usr/include/* /usr/include/lwres/netdb.h:#define AI_ADDRCONFIG 0x00000020
Seems to be fine if you just cram it into:
w-syslog-ng-2.0.9/syslog-ng-2.0.9/tests/loggen/loggen.c
This was already fixed in the 2.1 branch. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Brian A. Seklecki