diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:26:03 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:26:03 +0000 |
commit | 7173afd0ae6a5d88bdc28e0aa514f063bc54aa80 (patch) | |
tree | 5ad32e607f9fd0555894fc2ec1a3bc0bcbb64d6a /ace/config-aix-4.1.x.h | |
parent | 96a5686a23573118c92c830b53431cbdcd9c99f7 (diff) | |
download | ATCD-7173afd0ae6a5d88bdc28e0aa514f063bc54aa80.tar.gz |
added ACE_LACKS_SETSCHED, removed ACE_HAS_THREAD_SELF and ACE_HAS_SVR$_DYNAMIC_LINKING
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r-- | ace/config-aix-4.1.x.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index 068247d1fa5..4647eb6e63e 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -18,7 +18,6 @@ #endif /* msg_accrightslen */ // Compiling for AIX. - #define AIX #define _BSD 44 @@ -32,6 +31,7 @@ #define ACE_HAS_TID_T #define ACE_HAS_SIGWAIT #define ACE_HAS_H_ERRNO +#define ACE_LACKS_SETSCHED #define ACE_LACKS_TCP_H #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_THREAD_STACK_ADDR @@ -48,10 +48,8 @@ #define ACE_HAS_TIUSER_H #define ACE_TEMPLATES_REQUIRE_PRAGMA #define ACE_HAS_THREAD_SPECIFIC_STORAGE -#define ACE_HAS_THREAD_SELF #define ACE_HAS_AUTOMATIC_INIT_FINI #define ACE_HAS_CHARPTR_DL -#define ACE_HAS_SVR4_DYNAMIC_LINKING #define ACE_HAS_POSIX_TIME #define ACE_HAS_SVR4_TIME #define ACE_HAS_THREADS @@ -59,7 +57,6 @@ #define ACE_HAS_UTIME #define ACE_HAS_SELECT_H -// Platform supports recvmsg and sendmsg. #define ACE_HAS_MSG // This environment requires this thing |