summaryrefslogtreecommitdiff
path: root/ace/os_include/os_limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_limits.h')
-rw-r--r--ace/os_include/os_limits.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/ace/os_include/os_limits.h b/ace/os_include/os_limits.h
index 17dba75622a..27be31af2b4 100644
--- a/ace/os_include/os_limits.h
+++ b/ace/os_include/os_limits.h
@@ -35,10 +35,11 @@
# include /**/ <sys/param.h>
#endif /* ACE_LACKS_SYS_PARAM_H */
-// On VxWorks 5.5.1 _POSIX_TIMER_MAX is defined in time.h
-#if defined (ACE_VXWORKS) && (ACE_VXWORKS < 0x620)
+// On VxWorks _POSIX_TIMER_MAX is defined in time.h, report this to WindRiver
+// support.
+#if defined (VXWORKS)
# include /**/ <time.h>
-#endif /* ACE_VXWORKS */
+#endif /* VXWORKS */
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
@@ -102,12 +103,6 @@ extern "C"
# define ACE_IOV_MAX IOV_MAX
#endif /* ACE_IOV_MAX */
-#if defined (ACE_VXWORKS) && (ACE_VXWORKS == 0x620)
-# if defined (PIPE_BUF) && (PIPE_BUF == -1)
-# undef PIPE_BUF
-# endif
-#endif /* ACE_VXWORKS == 0x620 */
-
#if !defined (PIPE_BUF)
# define PIPE_BUF 5120
#endif /* PIPE_BUF */