mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
Added Watt-32 section to fix things for Watt32+Win32 targets.
This commit is contained in:
parent
561d01c450
commit
a56ef92729
@ -127,6 +127,16 @@
|
|||||||
/* Define to the function return type for send. */
|
/* Define to the function return type for send. */
|
||||||
#define SEND_TYPE_RETV int
|
#define SEND_TYPE_RETV int
|
||||||
|
|
||||||
|
/* Specifics for the Watt-32 tcp/ip stack */
|
||||||
|
#ifdef WATT32
|
||||||
|
#define SOCKET int
|
||||||
|
#define NS_INADDRSZ 4
|
||||||
|
#define HAVE_ARPA_NAMESER_H 1
|
||||||
|
#undef HAVE_WINSOCK_H
|
||||||
|
#undef HAVE_WINSOCK2_H
|
||||||
|
#undef HAVE_WS2TCPIP_H
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
/* STRUCT RELATED */
|
/* STRUCT RELATED */
|
||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user