mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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 */
|
||||
#ifndef __SALFORDC__
|
||||
#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
#endif
|
||||
|
||||
|
@ -228,7 +228,7 @@
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
/* Define this if you have struct sockaddr_storage */
|
||||
#ifndef __SALFORDC__
|
||||
#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user