diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 16:55:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 16:55:40 +0000 |
commit | a16154fafd66b55d0ec58516ab163ebcad867c7a (patch) | |
tree | 7eb92c0aa3b2e1bc489b02ad8964281aa7ada561 | |
parent | 27e3cf9ebd6d02807a23d3317708dd1541929ff4 (diff) | |
download | ATCD-a16154fafd66b55d0ec58516ab163ebcad867c7a.tar.gz |
added ACE_LACKS_LINEBUFFERED_STREAMBUF and ACE_LACKS_SIGNED_CHAR
-rw-r--r-- | ace/README | 2 | ||||
-rw-r--r-- | ace/config-sunos4-sun3.x.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun4.1.4.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun4.x-orbix.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun4.x.h | 3 | ||||
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x-orbix.h | 3 | ||||
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 3 | ||||
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.1.h | 3 | ||||
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x-orbix.h | 3 | ||||
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x.h | 3 |
10 files changed, 29 insertions, 0 deletions
diff --git a/ace/README b/ace/README index b05075a2696..70e28e64a62 100644 --- a/ace/README +++ b/ace/README @@ -146,6 +146,7 @@ ACE_HAS_YIELD_VOID_PTR Platform requires pthread_yield() to take a NULL. ACE_LACKS_CONST_TIMESPEC_PTR Platform forgot const in cond_timewait (e.g., HP/UX). ACE_LACKS_COND_T Platform lacks condition variables (e.g., Win32 and VxWorks) ACE_LACKS_CONDATTR_PSHARED Platform has no implementation of pthread_condattr_setpshared(), even though it supports pthreads! +ACE_LACKS_LINEBUFFERED_STREAMBUF Platform lacks streambuf "linebuffered ()". ACE_LACKS_MADVISE Platform lacks madvise() (e.g., Linux) ACE_LACKS_MALLOC_H Platform lacks malloc.h ACE_LACKS_MKTEMP ACE has no mktemp() @@ -167,6 +168,7 @@ ACE_LACKS_SBRK Platform lacks a working sbrk() (e.g., Win32 and VxWorks) ACE_LACKS_SEMBUF_T Platform lacks struct sembuf (e.g., Win32 and VxWorks) ACE_LACKS_SETDETACH Platform lacks pthread_attr_setdetachstate() (e.g., HP/UX 10.x) ACE_LACKS_SETSCHED Platform lacks pthread_attr_setsched() (e.g. MVS) +ACE_LACKS_SIGNED_CHAR Platform lacks "signed char" type (broken!) ACE_LACKS_SYS_NERR Platforms/compiler lacks the sys_nerr variable (e.g., VxWorks and MVS). ACE_LACKS_KEYDELETE Platform lacks TSS keydelete (e.g., HP/UX) ACE_LACKS_SENDMSG Platform lacks sendmsg() (e.g., Linux) diff --git a/ace/config-sunos4-sun3.x.h b/ace/config-sunos4-sun3.x.h index c811480cbea..85eec5d9140 100644 --- a/ace/config-sunos4-sun3.x.h +++ b/ace/config-sunos4-sun3.x.h @@ -68,6 +68,9 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 diff --git a/ace/config-sunos4-sun4.1.4.h b/ace/config-sunos4-sun4.1.4.h index 8e97561bf41..c5cbb5bc7b2 100644 --- a/ace/config-sunos4-sun4.1.4.h +++ b/ace/config-sunos4-sun4.1.4.h @@ -74,6 +74,9 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 diff --git a/ace/config-sunos4-sun4.x-orbix.h b/ace/config-sunos4-sun4.x-orbix.h index d3e593eef88..946fa1bb70e 100644 --- a/ace/config-sunos4-sun4.x-orbix.h +++ b/ace/config-sunos4-sun4.x-orbix.h @@ -74,6 +74,9 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index 9d1a71aa56b..4ceaea902f5 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -68,6 +68,9 @@ // Platform has ACE_TLI. // #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 diff --git a/ace/config-sunos5.4-sunc++-4.x-orbix.h b/ace/config-sunos5.4-sunc++-4.x-orbix.h index 83a3cdcbe82..172824ddfbc 100644 --- a/ace/config-sunos5.4-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.4-sunc++-4.x-orbix.h @@ -154,6 +154,9 @@ // Platform supports ACE_TLI. #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 5d25574ccb0..cea20fd64cc 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -150,6 +150,9 @@ // Platform supports ACE_TLI. #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL diff --git a/ace/config-sunos5.5-sunc++-4.1.h b/ace/config-sunos5.5-sunc++-4.1.h index 21a1ef3497d..97090dddf99 100644 --- a/ace/config-sunos5.5-sunc++-4.1.h +++ b/ace/config-sunos5.5-sunc++-4.1.h @@ -167,6 +167,9 @@ // Platform supports ACE_TLI. #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL diff --git a/ace/config-sunos5.5-sunc++-4.x-orbix.h b/ace/config-sunos5.5-sunc++-4.x-orbix.h index 2ed3240e151..c31dda3d792 100644 --- a/ace/config-sunos5.5-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.5-sunc++-4.x-orbix.h @@ -156,6 +156,9 @@ // Platform supports ACE_TLI. #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index 6dc3ffe3138..06c30fbbf51 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -151,6 +151,9 @@ // Platform supports ACE_TLI. #define ACE_HAS_TLI +#define ACE_LACKS_LINEBUFFERED_STREAMBUF +#define ACE_LACKS_SIGNED_CHAR + // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL |