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

Prevent redefinition warning with CURLDEBUG.

This commit is contained in:
Gisle Vanem
2005-03-22 10:36:20 +00:00
parent 61aec67fe5
commit a4365e169c

View File

@ -49,7 +49,7 @@ typedef int ares_socket_t;
#endif
#if !defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
#define HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#endif
#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)