diff options
Diffstat (limited to 'ace/config-hpux-9.x-orbix.h')
-rw-r--r-- | ace/config-hpux-9.x-orbix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x-orbix.h b/ace/config-hpux-9.x-orbix.h index 0cf71f2f3ee..7eec3166a0d 100644 --- a/ace/config-hpux-9.x-orbix.h +++ b/ace/config-hpux-9.x-orbix.h @@ -12,6 +12,9 @@ #define HPUX #endif /* HPUX */ +// They forgot a const in the prototype of const_timewait... +#define ACE_LACKS_CONST_TIMESPEC_PTR + // ************* HERE IS THE ORBIX STUFF - Dave 4/2/96 #define ACE_HAS_ORBIX |