summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.6.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-16 23:16:19 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-16 23:16:19 +0000
commitcf24ab9beadeea8ba4552e0882b2cb323c96a040 (patch)
tree629be4905e322de9bedc74c91d07461b4e7356fa /ace/config-sunos5.6.h
parentb0be299d1300d2bfaf2bf9b72592c05976d39668 (diff)
downloadATCD-cf24ab9beadeea8ba4552e0882b2cb323c96a040.tar.gz
.
Diffstat (limited to 'ace/config-sunos5.6.h')
-rw-r--r--ace/config-sunos5.6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index 5baea22d5b1..86aedbb7b5c 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -15,6 +15,7 @@
#if (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199506L) || \
defined (__EXTENSIONS__)
# define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R
+# define ACE_HAS_SIGWAIT
// Hack 'cuz -DPOSIX_SOURCE=199506L and -DEXTENSIONS hides this.
# include <sys/types.h>
extern "C" int madvise(caddr_t, size_t, int);