summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 3af388cff0a..7ea071e6cd0 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -198,6 +198,7 @@
#define ACE_LACKS_ITOW
#define ACE_LACKS_WCSICMP
#define ACE_LACKS_WCSNICMP
+#define ACE_LACKS_TOWLOWER
#if __GLIBC__ >= 2
# define ACE_HAS_3_PARAM_WCSTOK
@@ -254,6 +255,10 @@
// Platform lacks POSIX prototypes for certain System V functions
// like shared memory and message queues.
# define ACE_LACKS_SOME_POSIX_PROTOTYPES
+
+// glibc supports wchar, but lacks fgetwc and ungetwc
+#define ACE_LACKS_FGETWC
+
#endif
// glibc supports the mkstemp() function.