summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 21:07:15 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 21:07:15 +0000
commit1b636adae4a50d1c2c5d5e4bef65105bc9271da5 (patch)
treeccc1af40f981fcde7f8d38c11a92eac67c7fd638 /ace
parenta4c0a23bed93fde70c73774a2eab00e10b25e08d (diff)
downloadATCD-1b636adae4a50d1c2c5d5e4bef65105bc9271da5.tar.gz
ChangeLogTag: Mon Feb 3 16:33:02 2003 Heather Drury <drury_h@ociweb.com>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-freebsd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 8596d91a86b..e8c2fec976f 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -189,7 +189,10 @@ extern "C" { char * cuserid (char *s); }
#define ACE_HAS_MSG
#define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
-#define ACE_HAS_NONCONST_MSGSND
+
+#if (__FreeBSD_version < 500100)
+# define ACE_HAS_NONCONST_MSGSND
+#endif
// Thread specific settings
// Yes, we do have threads.