diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:53:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:53:24 +0000 |
commit | f675792ad48fd536b21e22599f1409a0bb502c54 (patch) | |
tree | a18fffaa934fc05f3d7562278cfb83b40abe4ced /ace/config-sunos5.5.h | |
parent | 12e07f6e18dc905b9e6805a29df77398c5d51868 (diff) | |
download | ATCD-f675792ad48fd536b21e22599f1409a0bb502c54.tar.gz |
.
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 6f4202e675e..f6d7acdf9f5 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -285,6 +285,9 @@ // Platform provides ACE_TLI function prototypes. #define ACE_HAS_TLI_PROTOTYPES +// Platform has broken t_error() prototype. +#define ACE_HAS_BROKEN_T_ERROR + // Platform supports ACE_TLI. #define ACE_HAS_TLI |