aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2005-11-24 20:33:38 +0000
committerGisle Vanem <gvanem@broadpark.no>2005-11-24 20:33:38 +0000
commit2f684351bfd4c02f72a91434437ce2566d4f814b (patch)
tree294e115dc346975b1775a49d3b15509c8a1def93 /lib/config-win32.h
parent74e5beab9dbeb0e893754b8c21679527b5b7e178 (diff)
Changes for OpenWatcom 1.4.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 5e9e8057c..030b82dfc 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -27,7 +27,10 @@
/* #undef size_t */
/* Define this to 'int' if ssize_t is not an available typedefed type */
+#if defined(__WATCOMC__) && (__WATCOMC__ >= 1240)
+#else
#define ssize_t int
+#endif
/* Define this to 'int' if socklen_t is not an available typedefed type */
#if !defined(ENABLE_IPV6) && ((_MSC_VER < 1300) || !defined(USE_SSLEAY))