summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-08-30 02:15:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-08-30 02:15:25 +0000
commita26333cd550a93d99762ef0d506c81e12ba0e16b (patch)
tree339776e7ea437e32e114e35c65a8ae56a47e7f46 /acconfig.h
parentf73afbc692067615ff85060f0afb8e90d8f3e285 (diff)
downloadATCD-a26333cd550a93d99762ef0d506c81e12ba0e16b.tar.gz
ChangeLogTag:Sun Aug 29 20:47:10 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/acconfig.h b/acconfig.h
index 469f9a6178d..89941d6b7b2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -676,13 +676,6 @@
XPG4 Worldwide Portability Interface wide-character classification. */
#undef ACE_HAS_XPG4_MULTIBYTE_CHAR
-/* Platform does not support ::atexit (). Use ACE's at_exit ()
- emulation instead.
- NOTE: should be used with ACE_HAS_NONSTATIC_OBJECT_MANAGER for
- proper semantics of _when_ exit hooks are destroyed, i.e., prior to
- static object destruction. */
-#undef ACE_LACKS_ATEXIT
-
/* No system support for replacing any previous mappings. */
#undef ACE_LACKS_AUTO_MMAP_REPLACEMENT
@@ -774,6 +767,9 @@
/* Automatically restart OS system calls when EINTR occurs */
#undef ACE_HAS_SIGNAL_SAFE_OS_CALLS
+/* Platform has the sigsuspend() system call */
+#undef ACE_HAS_SIGSUSPEND
+
/* Platform has the sigtimedwait() system call */
#undef ACE_HAS_SIGTIMEDWAIT