mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
Borland C++ doesnt have struct sockaddr_storage.
This commit is contained in:
parent
08a65b10fb
commit
03ea06b8e3
@ -357,7 +357,7 @@
|
|||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
|
|
||||||
/* Define this if you have struct sockaddr_storage */
|
/* Define this if you have struct sockaddr_storage */
|
||||||
#ifndef __SALFORDC__
|
#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
|
||||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@
|
|||||||
/* ---------------------------------------------------------------- */
|
/* ---------------------------------------------------------------- */
|
||||||
|
|
||||||
/* Define this if you have struct sockaddr_storage */
|
/* Define this if you have struct sockaddr_storage */
|
||||||
#ifndef __SALFORDC__
|
#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
|
||||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user