summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-10 09:26:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-10 09:26:25 +0000
commita95a0769aa1dca9ad7f3fcf0fff83f797c8a3482 (patch)
treeaa17a7461e57c060aed859ac5d9ac6ebb63d4bcf
parentb4c4a91d0ee2c082ef765a60c4ea42ca4f5b04a5 (diff)
downloadATCD-a95a0769aa1dca9ad7f3fcf0fff83f797c8a3482.tar.gz
Fri Apr 10 10:26:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-openvms.h OpenVMS lacks setenv/unsetenv
-rw-r--r--ACE/ChangeLog11
-rw-r--r--ACE/ace/config-openvms.h3
2 files changed, 11 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index da8a5dfad12..c47a811b9ee 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,9 +1,14 @@
+Fri Apr 10 10:26:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-openvms.h
+ OpenVMS lacks setenv/unsetenv
+
Fri Apr 10 03:32:04 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* ace/OS_NS_stdlib.inl:
-
- Fix typo from previous commit.
-
+
+ Fix typo from previous commit.
+
Fri Apr 10 03:00:44 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* ace/OS_NS_stdlib.inl:
diff --git a/ACE/ace/config-openvms.h b/ACE/ace/config-openvms.h
index 7161156d010..667ca261a54 100644
--- a/ACE/ace/config-openvms.h
+++ b/ACE/ace/config-openvms.h
@@ -194,4 +194,7 @@
#define ACE_LACKS_ISCTYPE
#define ACE_LACKS_ISBLANK
+#define ACE_LACKS_SETENV
+#define ACE_LACKS_UNSETENV
+
#endif