Skip to content
Snippets Groups Projects
Commit 03ea06b8 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Borland C++ doesnt have struct sockaddr_storage.

parent 08a65b10
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment