summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-10-04 11:43:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-10-04 11:43:00 +0000
commit569e0070fd8e530005524d5d7ece3086731efc89 (patch)
treea6e52bcce16b33ae60bfa0f6ac6096ab233eb7bd /ace/config-sunos5.5.h
parent2eb2fa74546baa54062ed97b1dcb5478b1b34246 (diff)
downloadATCD-569e0070fd8e530005524d5d7ece3086731efc89.tar.gz
ChangeLogTag: Thu Oct 4 06:39:20 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index 005484a9dff..69eddcc89c4 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -251,6 +251,9 @@
// Compiler/platform supports sys_siglist array.
#define ACE_HAS_SYS_SIGLIST
+// SunOS 5.5.x does not support mkstemp
+#define ACE_LACKS_MKSTEMP
+
// Platform has posix getpwnam_r
#if (defined (_POSIX_C_SOURCE) && _POSIX_C_SOURCE - 0 >= 199506L) || \
defined(_POSIX_PTHREAD_SEMANTICS)