summaryrefslogtreecommitdiff
path: root/ace/config-qnx-rtp.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-23 01:40:55 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-23 01:40:55 +0000
commit156a0cba18bc6b308125cc361e225aed0dc77d52 (patch)
tree601c5284799c20514d5885b28ccd4160277d7ebd /ace/config-qnx-rtp.h
parent862d4cfe6f74485675bb03b17f87b2098e2ee226 (diff)
downloadATCD-156a0cba18bc6b308125cc361e225aed0dc77d52.tar.gz
ChangeLogTag:Mon Jan 22 17:01:17 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-qnx-rtp.h')
-rw-r--r--ace/config-qnx-rtp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/ace/config-qnx-rtp.h b/ace/config-qnx-rtp.h
index ee046647ee8..73f0c9bced8 100644
--- a/ace/config-qnx-rtp.h
+++ b/ace/config-qnx-rtp.h
@@ -159,6 +159,31 @@
#define ACE_HAS_BROKEN_PREALLOCATED_OBJECTS_AFTER_FORK 1
+#define ACE_SIZEOF_WCHAR 4
+
+// Not really, but the prototype returns wchar_t instead of wchar_t *
+#define ACE_LACKS_WCSSTR
+
+// No prototypes
+#define ACE_LACKS_ITOW
+#define ACE_LACKS_WCSICMP
+#define ACE_LACKS_WCSNICMP
+#define ACE_LACKS_WCSDUP
+
+// And these have prototypes but no implementation
+#define ACE_LACKS_WCSLEN
+#define ACE_LACKS_WCSNCMP
+#define ACE_LACKS_WCSCPY
+#define ACE_LACKS_WCSNCPY
+#define ACE_LACKS_TOWLOWER
+#define ACE_LACKS_WCSCMP
+#define ACE_LACKS_WCSCAT
+#define ACE_LACKS_WCSNCAT
+#define ACE_LACKS_WCSSPN
+#define ACE_LACKS_WCSCHR
+#define ACE_LACKS_WCSPBRK
+#define ACE_LACKS_WCSRCHR
+
#if !defined (ACE_NTRACE)
# define ACE_NTRACE 1
#endif /* ACE_NTRACE */