summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-07 08:20:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-07 08:20:16 +0000
commit4c5ed5bc090a8442c21150fbef30fa8510b4eb86 (patch)
tree14ef7e3f808bf1a2abe898be843166e41f9599b0
parenta952c5269b0c097f87525ded2366de787644a2e4 (diff)
downloadATCD-4c5ed5bc090a8442c21150fbef30fa8510b4eb86.tar.gz
Tue Apr 7 09:20:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-hpux-11.00.h HPUX lacks setenv/unsetenv
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/config-hpux-11.00.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index d6871763920..c36f0adef84 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 7 09:20:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-hpux-11.00.h
+ HPUX lacks setenv/unsetenv
+
Tue Apr 7 06:56:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/config-vxworks6.4.h:
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 3d5ca503100..6a3441d6cca 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -346,6 +346,9 @@
#define ACE_LACKS_ISWASCII
+#define ACE_LACKS_SETENV
+#define ACE_LACKS_UNSETENV
+
// Shared library name/path components
#if defined (__ia64)
# define ACE_DLL_SUFFIX ACE_TEXT (".so")