summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 17:53:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 17:53:01 +0000
commita8cf2b971e517874ac20535cd025e70b85a9d5cb (patch)
treea5179946390770c4216465f4d4b1ee38e019b431
parent0f72ad757e8dbdf70f3fb7516301b1c3f3eb0ac8 (diff)
downloadATCD-a8cf2b971e517874ac20535cd025e70b85a9d5cb.tar.gz
removed ACE_HAS_POSIX_SEM #define because it cause problem on Solaris86
-rw-r--r--ace/config-sunos5.6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index 13168723562..5baea22d5b1 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -20,10 +20,6 @@
extern "C" int madvise(caddr_t, size_t, int);
#endif /* _POSIX_C_SOURCE >= 199506L || __EXTENSIONS__ */
-#if defined (_POSIX_PTHREAD_SEMANTICS)
-# define ACE_HAS_POSIX_SEM
-#endif /* _POSIX_PTHREAD_SEMANTICS */
-
// SunOS 5.6 has AIO calls.
#define ACE_HAS_AIO_CALLS
#endif /* ACE_CONFIG_H */