summaryrefslogtreecommitdiff
path: root/ace/config-vxworks6.3.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-vxworks6.3.h')
-rw-r--r--ace/config-vxworks6.3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-vxworks6.3.h b/ace/config-vxworks6.3.h
index dfdb80795e0..d8d0697d17a 100644
--- a/ace/config-vxworks6.3.h
+++ b/ace/config-vxworks6.3.h
@@ -167,11 +167,14 @@
#define ACE_LACKS_WCSDUP
#define ACE_LACKS_WCSICMP
#define ACE_LACKS_WCSNICMP
+#define ACE_LACKS_STRTOLL
+#define ACE_LACKS_WCSTOLL
#define ACE_LACKS_STRTOULL
#define ACE_LACKS_WCSTOULL
#define ACE_HAS_CHARPTR_SOCKOPT
#define ACE_LACKS_SYMLINKS
+#define ACE_LACKS_ISCTYPE
#if defined __RTP__
// We are building for RTP mode
@@ -196,6 +199,7 @@
#define ACE_IOV_MAX 16
#endif
#define ACE_HAS_TIMEZONE
+ #define ACE_LACKS_ISASCII
#else
// We are building for kernel mode
#define ACE_LACKS_SUSECONDS_T
@@ -248,6 +252,8 @@
# define ACE_MAIN ace_main
#endif /* ! ACE_MAIN */
#define ACE_LACKS_TZSET
+ #define ACE_LACKS_ISWCTYPE
+ #define ACE_LACKS_ISBLANK
#endif
// It is possible to enable pthread support with VxWorks, when the user decides