diff options
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index dc40fc662b8..61b2dc74a13 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -226,6 +226,9 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // Without threads being compiled in, the fd_set/int thing is not an issue. # define _CMA_NOWRAPPERS_ +#else +// If threading is disabled, then timespec_t does not get defined. +# define ACE_LACKS_TIMESPEC_T #endif /* ACE_HAS_THREADS */ // Turns off the tracing feature. |