build: use external preprocessor cpp32 when building with Borland C

This commit is contained in:
Yang Tse
2011-01-12 02:35:14 +01:00
parent c5d9cd5c1b
commit 42f5e8a0f1
4 changed files with 90 additions and 62 deletions

View File

@@ -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