summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-09 23:37:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-09 23:37:55 +0000
commit6e43f9263a6d2a4af1ac503ef53158d08decb42e (patch)
treed49ca0eba827ccbb47dc7dbe797f7cb1b97d88e4 /acconfig.h
parentdcb5bcf7cbe90d4147d761c65cb499d123527f50 (diff)
downloadATCD-6e43f9263a6d2a4af1ac503ef53158d08decb42e.tar.gz
Added support/tests for ACE_LACKS_CHAR_RIGHT_SHIFTS and
ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c0fa6e755bd..51d5b84cc84 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1245,6 +1245,14 @@
/* Platform/compiler lacks the ualarm() prototype (e.g., Solaris) */
#undef ACE_LACKS_UALARM_PROTOTYPE
+/* Compiler does not have any istream operator>> for chars, u_chars, or
+ signed chars. */
+#undef ACE_LACKS_CHAR_RIGHT_SHIFTS
+
+/* Compiler does not have operator>> (istream &, u_char *) or
+ operator>> (istream &, signed char *) */
+#undef ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS
+
/* Platform lacks the ucontext.h file */
#undef ACE_LACKS_UCONTEXT_H