summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-07 08:34:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-07 08:34:04 +0000
commit26229378a446b0544d7c258428a830d492ff2ec6 (patch)
treed3ffdf908494474e265a635e9380c17a5ed7d73c /ACE/ace/config-sunos5.5.h
parentbd22681e3f8bd35b11b945a19790977a38468e89 (diff)
downloadATCD-26229378a446b0544d7c258428a830d492ff2ec6.tar.gz
Tue Apr 7 09:33:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-sunos5.5.h Solaris lacks setenv/unsetenv
Diffstat (limited to 'ACE/ace/config-sunos5.5.h')
-rw-r--r--ACE/ace/config-sunos5.5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index 611c4b1a995..173b8526faf 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -415,5 +415,8 @@
// Sum of the iov_len values can't be larger then SSIZE_MAX
#define ACE_HAS_SOCK_BUF_SIZE_MAX
+#define ACE_LACKS_SETENV
+#define ACE_LACKS_UNSETENV
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_H */