diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-08 02:39:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-08 02:39:47 +0000 |
commit | f38332037f87c6466a374582e3e3e615c0636b6d (patch) | |
tree | 66ccf80f2b4873788cf46da981d1a943f401ab03 /ace/config-hpux-9.x.h | |
parent | bccaae32809e235bf81f1e80b8307c92a67cadb4 (diff) | |
download | ATCD-f38332037f87c6466a374582e3e3e615c0636b6d.tar.gz |
ChangeLogTag:Fri Jan 7 20:01:48 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index c77788f0df7..be52880bc9d 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -19,6 +19,8 @@ #define ACE_HAS_IP_MULTICAST #define ACE_LACKS_GETPGID #define ACE_LACKS_SETPGID +#define ACE_LACKS_SETREGID +#define ACE_LACKS_SETREUID #define ACE_HAS_BROKEN_CONVERSIONS // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT @@ -26,9 +28,6 @@ // They forgot a const in the prototype of const_timewait... #define ACE_LACKS_CONST_TIMESPEC_PTR -#define ACE_LACKS_GETPGID -#define ACE_LACKS_SETPGID -#define ACE_HAS_IP_MULTICAST #define ACE_LACKS_SYSCALL #define ACE_LACKS_STRRECVFD |