diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tqglobal.h | 23 | 
1 files changed, 0 insertions, 23 deletions
| diff --git a/src/tools/tqglobal.h b/src/tools/tqglobal.h index 3de27202c..67422110e 100644 --- a/src/tools/tqglobal.h +++ b/src/tools/tqglobal.h @@ -73,7 +73,6 @@       AIX	- AIX       HURD	- GNU Hurd       DGUX	- DG/UX -     RELIANT	- Reliant UNIX       DYNIX	- DYNIX/ptx       TQNX	- TQNX       TQNX6	- TQNX RTP 6.1 @@ -113,8 +112,6 @@  #  define Q_OS_HPUX  #elif defined(__ultrix) || defined(ultrix)  #  define Q_OS_ULTRIX -#elif defined(sinix) -#  define Q_OS_RELIANT  #elif defined(__GNU__)  #  define Q_OS_HURD  #elif defined(__linux__) || defined(__linux) || defined(__GNU__) || defined(__GLIBC__) @@ -210,7 +207,6 @@       HP		- HPUX C++       HPACC	- HPUX ANSI C++       USLC	- SCO OUDK, UDK, and UnixWare 2.X C++ -     CDS	- Reliant C++       KAI	- KAI C++       INTEL	- Intel C++ for Linux, Intel C++ for Windows       HIGHC	- MetaWare High C/C++ @@ -445,15 +441,6 @@  #    define Q_CC_OC  #    define Q_NO_USING_KEYWORD -/* CDS++ defines __EDG__ although this is not documented in the Reliant -   documentation. It also follows conventions like _BOOL and this documented */ -#  elif defined(sinix) -#    define Q_CC_CDS -#    define Q_NO_USING_KEYWORD -#    if defined(__cplusplus) && (__cplusplus < 2) /* Cfront C++ mode */ -#      define Q_NO_EXCEPTIONS -#    endif -  /* The MIPSpro compiler in o32 mode is based on EDG but disables features     such as template specialization nevertheless */  #  elif defined(__sgi) @@ -507,16 +494,6 @@  #    define Q_NO_USING_KEYWORD  #  endif -/* CDS++ does not seem to define __EDG__ or __EDG according to Reliant -   documentation but nevertheless uses EDG conventions like _BOOL */ -#elif defined(sinix) -#  define Q_CC_EDG -#  define Q_CC_CDS -#  if !defined(_BOOL) -#    define Q_NO_BOOL_TYPE -#  endif -#  define Q_BROKEN_TEMPLATE_SPECIALIZATION -  #elif defined(Q_OS_HPUX)  /* __HP_aCC was not defined in first aCC releases */  #  if defined(__HP_aCC) || __cplusplus >= 199707L | 
