diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-20 21:52:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-20 21:52:00 +0000 |
commit | 12104249de20eb0580cf28fc00346e7e14d73e76 (patch) | |
tree | 12ccd8620a6a3bbe102fe23a78e47d205b4c753a /ace/config-aix-4.2.x.h | |
parent | c804fd9d2e9ed5ba699a6d92431bffe6dc9a0ed8 (diff) | |
download | ATCD-12104249de20eb0580cf28fc00346e7e14d73e76.tar.gz |
added back ACE_HAS_THREAD_SELF, ACE_HAS_AIX_BROKEN_SOCKET_HEADER, and ACE_HAS_SVR4_DYNAMIC_LINKING; removed ACE_HAS_PTHREAD_T
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 2747725b55c..eeda4254be5 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -34,6 +34,7 @@ #define ACE_HAS_LONGLONG_T #define ACE_HAS_REENTRANT_FUNCTIONS #define ACE_HAS_SYSV_IPC +#define ACE_HAS_THREAD_SELF #define ACE_HAS_TLI #define ACE_HAS_TLI_PROTOTYPES #define ACE_HAS_TIUSER_H @@ -52,6 +53,11 @@ // #define ACE_LACKS_RECVMSG // #define ACE_LACKS_SENDMSG +// The following two #defines may require OS patches. If you +// have trouble building ACE, try commenting them out. +#define ACE_HAS_AIX_BROKEN_SOCKET_HEADER +#define ACE_HAS_SVR4_DYNAMIC_LINKING + // This environment requires this thing #define _BSD_INCLUDES @@ -101,7 +107,6 @@ // 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 |