diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-27 22:38:34 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-27 22:38:34 +0000 |
commit | 666ffe5a0a68f3421c132f358773636078c8775d (patch) | |
tree | 869bf76a0138914b344078a416d08c39a793faeb /ace | |
parent | 809d50d910ad98dba91046cd94aa3a770fdc88df (diff) | |
download | ATCD-666ffe5a0a68f3421c132f358773636078c8775d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-freebsd-pthread.h | 1 | ||||
-rw-r--r-- | ace/config-freebsd.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index 0b284626d03..e034ec91511 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -37,6 +37,7 @@ enum schedparam_policy { // Platform supports POSIX timers via struct timespec. #define ACE_HAS_POSIX_TIME +#define ACE_HAS_UALARM // Platform defines struct timespec but not timespec_t #define ACE_LACKS_TIMESPEC_T diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index a9eae70dd4e..4da0e3c3aa5 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -67,6 +67,7 @@ ange */ // Platform supports POSIX timers via struct timespec. #define ACE_HAS_POSIX_TIME +#define ACE_HAS_UALARM // Platform defines struct timespec but not timespec_t #define ACE_LACKS_TIMESPEC_T |