mirror of
https://github.com/curl/curl.git
synced 2026-04-20 05:41:14 +03:00
parent
ddcfd2d511
commit
368ba4e13f
2 changed files with 2 additions and 8 deletions
|
|
@ -661,12 +661,8 @@
|
|||
# define select(n,r,w,x,t) select_s(n,r,w,x,t)
|
||||
# define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
|
||||
# include <tcp.h>
|
||||
# ifdef word
|
||||
# undef word
|
||||
# endif
|
||||
# ifdef byte
|
||||
# undef byte
|
||||
# endif
|
||||
# undef word
|
||||
# undef byte
|
||||
|
||||
# endif /* MSDOS */
|
||||
|
||||
|
|
|
|||
|
|
@ -374,11 +374,9 @@ static struct passwd *vms_getpwuid(uid_t uid)
|
|||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#ifndef AI_NUMERICHOST
|
||||
#ifdef USE_IPV6
|
||||
#undef USE_IPV6
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* VAX symbols are always in uppercase */
|
||||
#ifdef __VAX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue