aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index 10a5eaf17..7c6991e30 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -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