diff options
author | Steve Huston <shuston@riverace.com> | 1997-08-18 17:37:05 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-08-18 17:37:05 +0000 |
commit | 2e15544f7bc5fc0420f36744710f511b71e28373 (patch) | |
tree | 8b622c0d90046cf3313c606c5e083ac0067712ff /ace/config-aix-4.2.x.h | |
parent | 4202d6f5002dfc766aa3b2213610a4f9255786b6 (diff) | |
download | ATCD-2e15544f7bc5fc0420f36744710f511b71e28373.tar.gz |
Added ACE_LACKS_TIMESPEC_T; removed ACE_HAS_SVR4_TIME
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 2a7dc792286..205a481f856 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -44,7 +44,7 @@ #define ACE_HAS_AUTOMATIC_INIT_FINI #define ACE_HAS_CHARPTR_DL #define ACE_HAS_POSIX_TIME -#define ACE_HAS_SVR4_TIME +#define ACE_LACKS_TIMESPEC_T #define ACE_HAS_THREADS #if !defined (ACE_MT_SAFE) #define ACE_MT_SAFE 1 |