Gerald Pfeifer gerald@pfeifer.com writes:
ChangeLog: Roderick Colenbrander thunderbird2k@gmx.net Gerald Pfeifer gerald@pfeifer.com Make WS2_Send(), WS_getsockopt(), and WS_setsockopt() work on FreeBSD.
You shouldn't use #ifdef __FreeBSD__ for that, you should check for the actual features (for instance #ifdef SOL_IPX etc.), possibly adding configure checks if needed.