summaryrefslogtreecommitdiff
path: root/ace/config-freebsd-pthread.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-07 16:31:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-07 16:31:11 +0000
commit0446425fac6e91288fa9f79b64727f5ab6a93c2d (patch)
treeb0db454fb8c4e55d8753974d8f3d06132c504bb5 /ace/config-freebsd-pthread.h
parenta2ef2bab6c6bed42257cd45963b4baccd2cde2b5 (diff)
downloadATCD-0446425fac6e91288fa9f79b64727f5ab6a93c2d.tar.gz
ChangeLogTag:Tue Aug 07 11:25:36 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r--ace/config-freebsd-pthread.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h
index 74bc716e36a..1cf85b7dcae 100644
--- a/ace/config-freebsd-pthread.h
+++ b/ace/config-freebsd-pthread.h
@@ -39,12 +39,15 @@
#define ACE_HAS_GPERF
-#define ACE_HAS_ALT_CUSERID
-#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
+#if (__FreeBSD_version < 420000)
#define ACE_LACKS_GETPGID
#define ACE_LACKS_SETPGID
#define ACE_LACKS_SETREGID
#define ACE_LACKS_SETREUID
+#endif /* __FreeBSD_version < 420000 */
+
+#define ACE_HAS_ALT_CUSERID
+#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
#define ACE_LACKS_RWLOCK_T
#define ACE_LACKS_READDIR_R
#define ACE_HAS_SIG_MACROS