Prevent redefinition warning with CURLDEBUG.

This commit is contained in:
Gisle Vanem 2005-03-22 10:36:20 +00:00
parent cb3fb371ea
commit 1a14555605
1 changed files with 1 additions and 1 deletions

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)