1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 11:10:06 +00:00

Changes for Watt-32 on Windows. I've assumed Configure

sets the required HAVE_xx defines for non-DOS/Win targets.
This commit is contained in:
Gisle Vanem
2004-08-20 13:45:26 +00:00
parent 5133b2b6b9
commit 6deb40acac
17 changed files with 88 additions and 48 deletions

View File

@ -16,9 +16,7 @@
#include "setup.h"
#include <stdlib.h>
#ifdef WIN32
#else
#if !defined(WIN32) || defined(WATT32)
#include <netdb.h>
#endif