mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Prevent redefinition warning with CURLDEBUG.
This commit is contained in:
parent
cb3fb371ea
commit
1a14555605
@ -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…
Reference in New Issue
Block a user