summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-02-05 18:09:32 +0000
committerSteve Huston <shuston@riverace.com>1999-02-05 18:09:32 +0000
commitecaefb0c25b23d611645b674064c60ef98d243c1 (patch)
tree524f52f77c9f00c00343ac43f0ca20d11e9801df
parent14eb1105b0f93efaa233b7aa046f83bf10254000 (diff)
downloadATCD-ecaefb0c25b23d611645b674064c60ef98d243c1.tar.gz
Removed ACE_HAS_BROKEN_ENUMS.
-rw-r--r--ace/config-hpux-10.x-hpc++.h3
-rw-r--r--ace/config-hpux-11.x-hpc++.h3
-rw-r--r--ace/config-hpux-9.x.h1
3 files changed, 0 insertions, 7 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h
index b1ec11eb21e..42748a985dd 100644
--- a/ace/config-hpux-10.x-hpc++.h
+++ b/ace/config-hpux-10.x-hpc++.h
@@ -31,9 +31,6 @@
// Compiler can't handle calls like foo->operator T *()
# define ACE_HAS_BROKEN_CONVERSIONS
-// Compiler can't handle large enums (e.g., HP/UX C++)
-# define ACE_HAS_BROKEN_ENUMS
-
// Necessary with some compilers to pass ACE_TTY_IO as parameter to
// DEV_Connector.
# define ACE_NEEDS_DEV_IO_CONVERSION
diff --git a/ace/config-hpux-11.x-hpc++.h b/ace/config-hpux-11.x-hpc++.h
index 4f887da00cd..f050590a332 100644
--- a/ace/config-hpux-11.x-hpc++.h
+++ b/ace/config-hpux-11.x-hpc++.h
@@ -22,9 +22,6 @@
// Compiler can't handle calls like foo->operator T *()
# define ACE_HAS_BROKEN_CONVERSIONS
-// Compiler can't handle large enums (e.g., HP/UX C++)
-# define ACE_HAS_BROKEN_ENUMS
-
// Necessary with some compilers to pass ACE_TTY_IO as parameter to
// DEV_Connector.
# define ACE_NEEDS_DEV_IO_CONVERSION
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h
index e1f8e0168bc..21acfd86e55 100644
--- a/ace/config-hpux-9.x.h
+++ b/ace/config-hpux-9.x.h
@@ -16,7 +16,6 @@
#define ACE_HAS_BROKEN_HPUX_TEMPLATES
#endif /* __cplusplus < 199707L */
-#define ACE_HAS_BROKEN_ENUMS
#define ACE_HAS_IP_MULTICAST
#define ACE_LACKS_GETPGID
#define ACE_HAS_BROKEN_CONVERSIONS