1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 04:22:19 +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,13 +16,12 @@
#include "setup.h"
#include <sys/types.h>
#ifdef WIN32
#else
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <time.h>
#include "ares.h"
#include "ares_private.h"