summaryrefslogtreecommitdiff
path: root/ace/config-macosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-macosx.h')
-rw-r--r--ace/config-macosx.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-macosx.h b/ace/config-macosx.h
index 93f905e990a..8295575e316 100644
--- a/ace/config-macosx.h
+++ b/ace/config-macosx.h
@@ -88,7 +88,7 @@
//#define ACE_HAS_SYSV_IPC
// Compiler/platform contains the <sys/syscall.h> file.
-#define ACE_HAS_SYS_SYSCALL_H
+#define ACE_HAS_SYSCALL_H
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
@@ -124,7 +124,7 @@
#define ACE_HAS_STRERROR
// Compiler/platform provides the sockio.h file.
-#define ACE_HAS_SYS_SOCKIO_H
+#define ACE_HAS_SOCKIO_H
// Defines the page size of the system.
#define ACE_HAS_GETPAGESIZE
@@ -150,6 +150,8 @@
#endif /* ! ACE_MT_SAFE */
#define ACE_HAS_PTHREADS
#define ACE_HAS_PTHREADS_STD
+#define ACE_HAS_PTHREAD_KILL
+#define ACE_HAS_PTHREAD_CANCEL
#define ACE_HAS_PTHREAD_SIGMASK
#define ACE_LACKS_THREAD_PROCESS_SCOPING
#define ACE_HAS_THREAD_SPECIFIC_STORAGE