summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 19:35:31 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 19:35:31 +0000
commit25dbc98933e4dbb3ca464e5c74fc376867ac7d06 (patch)
tree6aee904e7cd3e435d17eab91188d196a707500b0
parent8fe9b3d7dcde67b8ddede6f7f16bef4b275a75bd (diff)
downloadATCD-25dbc98933e4dbb3ca464e5c74fc376867ac7d06.tar.gz
Added ACE_HAS_BROKEN_T_ERROR
-rw-r--r--ace/config-hpux-10.x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index 27a575b60e9..4ac7f03d324 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -159,6 +159,9 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */
// Platform supports ACE_TLI, including SVR4 facilities.
#define ACE_HAS_TLI
+
+// t_error's arg is char *, not const char *
+#define ACE_HAS_BROKEN_T_ERROR
// ACE_HAS_SVR4_TLI should work on HP-UX, but doesn't yet. Riverace
// problem ID P27.
//#define ACE_HAS_SVR4_TLI