1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 06:00: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,7 +16,7 @@
#include "setup.h"
#include <sys/types.h>
#ifdef WIN32
#if defined(WIN32) && !defined(WATT32)
#include "nameser.h"
#else
#include <netinet/in.h>