summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-05 00:19:17 +0000
committerSteve Huston <shuston@riverace.com>2001-12-05 00:19:17 +0000
commit550d3cec0c57ece1cd6c1c939d9ff482317cddb3 (patch)
tree17b6157de42d250e86d0c8b92b18775d1062cbd5 /ace
parentc9901db440ef5da94e9d7a5318c43e8c41c3a1ea (diff)
downloadATCD-550d3cec0c57ece1cd6c1c939d9ff482317cddb3.tar.gz
ChangeLogTag:Tue Dec 4 19:10:22 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-sunos5.6.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index 9a40daca7b3..1e85f8f380e 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -10,16 +10,6 @@
// #include the SunOS 5.5 config file, then add SunOS 5.6 updates below.
-// Unless the user has set _POSIX_C_SOURCE specifically, set it up
-// to enable POSIX.1b-1993 (Real Time). This will enable shm_open
-// and friends.
-#if !defined (_POSIX_C_SOURCE)
-# define _POSIX_C_SOURCE 199309L
-# ifndef __EXTENSIONS__
-# define __EXTENSIONS__
-# endif
-#endif
-
#include "ace/config-sunos5.5.h"
#if defined(__GNUC__) && __GNUC__ >= 2 && __GNUC_MINOR__ >= 95