From 26229378a446b0544d7c258428a830d492ff2ec6 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 7 Apr 2009 08:34:04 +0000 Subject: Tue Apr 7 09:33:22 UTC 2009 Johnny Willemsen * ace/config-sunos5.5.h Solaris lacks setenv/unsetenv --- ACE/ace/config-sunos5.5.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ACE/ace/config-sunos5.5.h') 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 */ -- cgit v1.2.1