diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
commit | 22add69031ca4aa76fac589ce563558a16811a40 (patch) | |
tree | c682c75a4b1e647ef4495b8d2ff2765ff43e7142 /ace/config-hpux-10.x-g++.h | |
parent | f6a70176055c8a79b5d97cc33ff0a26ae157798b (diff) | |
download | ATCD-22add69031ca4aa76fac589ce563558a16811a40.tar.gz |
ot
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r-- | ace/config-hpux-10.x-g++.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h index 01ea21616ad..ab34959076d 100644 --- a/ace/config-hpux-10.x-g++.h +++ b/ace/config-hpux-10.x-g++.h @@ -81,8 +81,11 @@ // Note, this only works if the flag is set above! #define ACE_HAS_GETRUSAGE +#define ACE_HAS_SIGINFO_T +#define ACE_HAS_UCONTEXT_T + // Platform uses int for select() rather than fd_set. -#define ACE_SELECT_USES_INT +// #define ACE_SELECT_USES_INT // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI |