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 | db1deaaf3446c2b1b44f39e67f4bba917e2809a5 (patch) | |
tree | 69f1c1166e931e1fd519489415f4b16ea6218586 /ace/config-hpux-10.x.h | |
parent | b89f97c08ad2ae17f392e0553f3ff152bcfe9b94 (diff) | |
download | ATCD-db1deaaf3446c2b1b44f39e67f4bba917e2809a5.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. |