diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-29 14:22:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-29 14:22:20 +0000 |
commit | 253ae5a68fee4460945a39d37ad5d4d7737d2c9e (patch) | |
tree | 502c22a811e5a30f368871ac20c9b3fbbcf4f4d2 /ace/config-fsu-pthread.h | |
parent | bd3a5f9d22478a0b7c0d03f51ba5c818bd8b40a8 (diff) | |
download | ATCD-253ae5a68fee4460945a39d37ad5d4d7737d2c9e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-fsu-pthread.h')
-rw-r--r-- | ace/config-fsu-pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h index f401507fc8d..9e725c9b34d 100644 --- a/ace/config-fsu-pthread.h +++ b/ace/config-fsu-pthread.h @@ -28,7 +28,10 @@ #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SETSCHED +#if !defined(ACE_HAS_POSIX_TIME) +#define ACE_HAS_POSIX_TIME #define ACE_LACKS_TIMESPEC_T +#endif #include <pthread.h> |