diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-29 15:06:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-29 15:06:48 +0000 |
commit | 55259285879ffb9a71a1c160b380e149d2acd659 (patch) | |
tree | 0d7a3d7dcaa9540fedcc82b62226c2a296ac9904 | |
parent | 2607bf7571192002c4531dbc62ec3382bba7b30d (diff) | |
download | ATCD-55259285879ffb9a71a1c160b380e149d2acd659.tar.gz |
added ACE_LACK_IOSTREAM_FX, ACE_LACKS_LINEBUFFERED_STREAMBUF, and ACE_LACKS_SIGNED_CHAR
-rw-r--r-- | ace/config-vxworks5.x-g++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-vxworks5.x-g++.h b/ace/config-vxworks5.x-g++.h index df310190403..63751710a96 100644 --- a/ace/config-vxworks5.x-g++.h +++ b/ace/config-vxworks5.x-g++.h @@ -17,9 +17,12 @@ #define ACE_LACKS_EXEC #define ACE_LACKS_KEY_T #define ACE_LACKS_FILELOCKS +#define ACE_LACKS_IOSTREAM_FX +#define ACE_LACKS_LINEBUFFERED_STREAMBUF #define ACE_LACKS_MEMORY_H #define ACE_LACKS_PWD_FUNCTIONS #define ACE_LACKS_RWLOCK_T +#define ACE_LACKS_SIGNED_CHAR #define ACE_LACKS_STRCASECMP #define ACE_LACKS_SYSV_MSG_H #define ACE_LACKS_SYS_NERR |