summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 23:11:21 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 23:11:21 +0000
commit9666786c29b97c470cd29dc9bbd0351a721882d2 (patch)
treea98972883018c41e8e189958a8cce3b14df64566 /m4
parent9f75cd3e0d94e437af06bf5da278a8dcd82dfb76 (diff)
downloadATCD-9666786c29b97c470cd29dc9bbd0351a721882d2.tar.gz
ChangeLogTag: Wed Jun 16 16:00:52 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/config_h.m49
1 files changed, 7 insertions, 2 deletions
diff --git a/m4/config_h.m4 b/m4/config_h.m4
index 81e92602ceb..e435338547f 100644
--- a/m4/config_h.m4
+++ b/m4/config_h.m4
@@ -445,6 +445,9 @@ AH_TEMPLATE([ACE_HAS_EXCEPTIONS],[Compiler supports C++ exception handling.])
AH_TEMPLATE([ACE_HAS_FL],[Platform has Fast-Light (FL) toolkit installed.])
+AH_TEMPLATE([ACE_HAS_GETIFADDRS],
+[Platform supports getifaddrs() / freeifaddrs().])
+
AH_TEMPLATE([ACE_HAS_GETPAGESIZE],
[Platform supports getpagesize() call (otherwise, ACE_PAGE_SIZE must
be defined, except on Win32).])
@@ -605,8 +608,7 @@ AH_TEMPLATE([ACE_HAS_PTHREADS_DRAFT7],a
AH_TEMPLATE([ACE_HAS_PTHREADS_STD],[Platform supports POSIX.1c-1995 threads])
AH_TEMPLATE([ACE_HAS_PTHREADS_UNIX98_EXT],
-[Platform has the UNIX98 extensions to Pthreads (suspend, continue,
- rwlocks)])
+[Platform has the UNIX98 extensions to Pthreads (rwlocks)])
AH_TEMPLATE([ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP],
[Platform has pthread_condattr_setkind_np().])
@@ -1089,6 +1091,9 @@ AH_TEMPLATE([ACE_LACKS_RLIMIT],
AH_TEMPLATE([ACE_LACKS_RLIMIT_PROTOTYPE],
[Platform/compiler lacks {get,set}rlimit() prototypes (e.g., Tandem)])
+AH_TEMPLATE([ACE_LACKS_RWLOCKATTR_PSHARED],
+[Platform lacks pthread_rwlockattr_setpshared().])
+
AH_TEMPLATE([ACE_LACKS_PLACEMENT_OPERATOR_NEW],
[Compiler doesn't support placement operator new(size_t, void *).])