aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2006-02-25 22:23:09 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2006-02-25 22:23:09 +0100
commitd349482e965a1f68edcc6cbac12aa52c5cc95196 (patch)
tree35e1a6bf9ec819162ff656bdf638454bf4206833 /libgomp/config.h.in
parent332cf1b33ae2722c6586249957f96d0795deab52 (diff)
downloadgcc-d349482e965a1f68edcc6cbac12aa52c5cc95196.zip
gcc-d349482e965a1f68edcc6cbac12aa52c5cc95196.tar.gz
gcc-d349482e965a1f68edcc6cbac12aa52c5cc95196.tar.bz2
[multiple changes]
2006-02-25 Shantonu Sen <ssen@opendarwin.org> * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions. * config/posix/sem.c: Implement the above. 2006-02-25 Andreas Tobler <a.tobler@schweiz.ch> * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and define HAVE_BROKEN_POSIX_SEMAPHORES. * configure: Rebuilt. * config.h.in: Rebuilt. From-SVN: r111441
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 04fcb17d..0c15993 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -9,6 +9,9 @@
/* Define to 1 if the target supports __attribute__((visibility(...))). */
#undef HAVE_ATTRIBUTE_VISIBILITY
+/* Define if the POSIX Semaphores do not work on your system. */
+#undef HAVE_BROKEN_POSIX_SEMAPHORES
+
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME