From 76a1d3250ada0bbb8165cde928d6f5a1dbcdfd12 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 30 Aug 1999 02:15:25 +0000 Subject: ChangeLogTag:Sun Aug 29 20:47:10 1999 Ossama Othman --- acconfig.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'acconfig.h') 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 -- cgit v1.2.1