diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 20:49:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 20:49:23 +0000 |
commit | f830246d02e5b5db35e8db7daebacc6694a74b58 (patch) | |
tree | 6af80dd531af4de908c57e09d2dea3c472ad68bb /ace/config-dgux-4.x-ghs.h | |
parent | 7275b7c6ad097b765bbfac8b79afe979169bb73f (diff) | |
download | ATCD-f830246d02e5b5db35e8db7daebacc6694a74b58.tar.gz |
factored ACE_LACKS_SIGNED_CHAR to config-ghs-common.h
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r-- | ace/config-dgux-4.x-ghs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h index ea5704d52ab..740777122b3 100644 --- a/ace/config-dgux-4.x-ghs.h +++ b/ace/config-dgux-4.x-ghs.h @@ -177,11 +177,6 @@ // Platform doesn't have timespec_t data type. #define ACE_LACKS_TIMESPEC_T -// Platform doesn't correctly support signed char -#define ACE_LACKS_SIGNED_CHAR - -#define ACE_LACKS_ACE_IOSTREAM - // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL |