summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
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")