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…
x
Reference in New Issue
Block a user