summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
commit40fdc8a404e75ab03b68cc62e9987cf208fd8c30 (patch)
tree37d9c4d3abe4aefd8a34ed797883dd2cd4862ca7 /ace/config-cygwin32.h
parentc254b281f1b9a4ca19dd0c3ee73a0654a7718909 (diff)
downloadATCD-40fdc8a404e75ab03b68cc62e9987cf208fd8c30.tar.gz
This commit was manufactured by cvs2svn to create branchtypecode-overhaul
'typecode-overhaul'.
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r--ace/config-cygwin32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index f6962309bd0..230a42ecd1d 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -123,8 +123,9 @@
#define ACE_LACKS_MKFIFO
+// Cygwin has no siginfo.h
#define ACE_LACKS_SIGINFO_H
-
+// Cygwin has no ucontext.h
#define ACE_LACKS_UCONTEXT_H
#define ACE_LACKS_STROPTS_H
@@ -136,9 +137,6 @@
#define ACE_HAS_SIGWAIT
#define ACE_HAS_SIGINFO_T
-#define ACE_HAS_POSIX_SEM
-#define ACE_LACKS_NAMED_POSIX_SEM
-
// Cygwin DLL suffix is .dll
#define ACE_DLL_SUFFIX ACE_LIB_TEXT (".dll")