mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:27:41 +03:00
Borland C++ doesnt have struct sockaddr_storage.
This commit is contained in:
parent
08a65b10fb
commit
03ea06b8e3
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue