diff options
author | Steve Huston <shuston@riverace.com> | 1997-10-20 13:45:49 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-10-20 13:45:49 +0000 |
commit | 4d1c4e000b3078eb4dac22bca8074edb249752b6 (patch) | |
tree | 3a69ffc6cee67fcc49096e98d96bc2ba7dad0b90 /ace/config-hpux-10.x.h | |
parent | 6df5847d3fb4aefd54cf779a95091e93b8503068 (diff) | |
download | ATCD-4d1c4e000b3078eb4dac22bca8074edb249752b6.tar.gz |
Added ACE_HAS_TIUSER_H_BROKEN_EXTERN_C - the t_errno def is outside of an
extern "C" block in tiuser.h (HP support call W3711856).
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 6042c64cb31..cbb3e117b86 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -153,6 +153,8 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ #define ACE_HAS_TLI // Platform supports ACE_TLI tiuser header. #define ACE_HAS_TIUSER_H +// But it has _terrno() outside the extern "C" stuff. +#define ACE_HAS_TIUSER_H_BROKEN_EXTERN_C // Platform provides ACE_TLI function prototypes. #define ACE_HAS_TLI_PROTOTYPES |