diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 01:03:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-22 01:03:34 +0000 |
commit | f8ee946a160f6370b364b0d5ea3905493687519c (patch) | |
tree | 69f1c1166e931e1fd519489415f4b16ea6218586 /ace/config-hpux-10.x.h | |
parent | 247fd82f4182c4f9f25f5dd92a5aeb6d9f642794 (diff) | |
download | ATCD-f8ee946a160f6370b364b0d5ea3905493687519c.tar.gz |
*** empty log message ***
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. |