mirror of
https://github.com/curl/curl.git
synced 2026-07-24 04:37:21 +03:00
Prevent redefinition warning with CURLDEBUG.
This commit is contained in:
parent
cb3fb371ea
commit
1a14555605
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue