summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
commita1fa973ae766fb43fd095577cee78e58669b61bf (patch)
tree7ab0d2fb9d7dd58cbd73a2bf68b0475d5488be40 /ACE/ace/os_include
parent776c0f398c88ac855c7a3d32ccc0a48e6b802f46 (diff)
downloadATCD-a1fa973ae766fb43fd095577cee78e58669b61bf.tar.gz
Cleanup for gcc <= 4.8 which don't support C++11
* ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_dlfcn.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ACE/ace/os_include/os_dlfcn.h b/ACE/ace/os_include/os_dlfcn.h
index 5bba90e8200..d13d5ca5ce7 100644
--- a/ACE/ace/os_include/os_dlfcn.h
+++ b/ACE/ace/os_include/os_dlfcn.h
@@ -27,11 +27,7 @@
#endif /* !ACE_LACKS_DLFCN_H */
#if defined (__hpux)
-# if defined(__GNUC__) || __cplusplus >= 199707L
-# include /**/ <dl.h>
-# else
-# include /**/ <cxxdl.h>
-# endif /* (g++ || HP aC++) vs. HP C++ */
+# include /**/ <dl.h>
#endif /* __hpux */
#if defined (ACE_VXWORKS) && !defined (__RTP__)