Prevent compiler warnings about redefinition of EAI_FAMILY on FreeBSD 6.1.

This commit is contained in:
Guus Sliepen 2006-12-18 11:41:53 +00:00
parent 855806b2f7
commit b32c22cf54

View file

@ -10,6 +10,12 @@
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1
#endif
#ifndef EAI_MEMORY
#define EAI_MEMORY 2
#endif
#ifndef EAI_FAMILY
#define EAI_FAMILY 3
#endif