diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:02:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:02:48 +0000 |
commit | 4a1de4aec1a8b0446fecc45e69ec37b29d2fe093 (patch) | |
tree | 694f5682e68c952a38503c700c5f7c205ad5322c /ace/config-aix-4.2.x.h | |
parent | 0bf81aee053629851cba34c8f0a6b4a8adcc74a2 (diff) | |
download | ATCD-4a1de4aec1a8b0446fecc45e69ec37b29d2fe093.tar.gz |
added ACE_HAS_AIX_BROKEN_SOCKET_HEADER, ACE_HAS_PTHREAD_T, and ACE_LACKS_TCP_H
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 9b832fe8094..edc53c6e067 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -14,6 +14,7 @@ // Use BSD 4.4 socket definitions #define _BSD 44 +#define ACE_HAS_AIX_BROKEN_SOCKET_HEADER #define ACE_HAS_AIX_HI_RES_TIMER #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000) #define ACE_HAS_UNION_WAIT @@ -21,6 +22,7 @@ #define ACE_HAS_TID_T #define ACE_HAS_SIGWAIT #define ACE_HAS_H_ERRNO +#define ACE_LACKS_TCP_H #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_THREAD_STACK_ADDR #define ACE_LACKS_CONDATTR_PSHARED @@ -100,6 +102,7 @@ // EYE assume it does for now. #define ACE_LACKS_PTHREAD_THR_SIGSETMASK #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREAD_T #define ACE_PTHREADS_MAP // include there |