build: use external preprocessor cpp32 when building with Borland C
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
/* Define this if you have struct sockaddr_storage */
|
||||
#if !(defined(__SALFORDC__) || defined(__BORLANDC__))
|
||||
#if !defined(__SALFORDC__) && !defined(__BORLANDC__)
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user