Bug 13387: Fix compilation failure with AI_ADDRCONFIG

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Jens Granseuer 2008-08-07 14:45:51 -04:00 committed by Colin Walters
parent 6531968a0b
commit e8ea01bd07

View file

@ -79,8 +79,8 @@
#define O_BINARY 0
#endif
#ifndef _AI_ADDRCONFIG
#define _AI_ADDRCONFIG 0
#ifndef AI_ADDRCONFIG
#define AI_ADDRCONFIG 0
#endif
#ifndef HAVE_SOCKLEN_T