Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/103/head
Michele Calgaro 6 days ago
parent cc25f24172
commit ec6722f098
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -58,7 +58,7 @@
extern "C" {
#endif
#if defined (_SOLARIS) || defined (_IRIX) || defined (_DECALPHA)
#if defined (_SOLARIS) || defined (_DECALPHA)
#ifndef __inline
#define __inline inline
#endif

@ -65,14 +65,6 @@
typedef unsigned int UINT;
# endif
# if (defined _UNIX && defined _IRIX)
# ifdef __LONG_MAX__
# undef __LONG_MAX__
# endif
# define __LONG_MAX__ 2147483647
# endif
#endif /* _VXWORKS */

@ -105,7 +105,7 @@ int __helix_vfprintf(FILE* f, const char *format, va_list ap);
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#elif defined(_WINCE) || defined(_IRIX)
#elif defined(_WINCE)
#define snprintf __helix_snprintf
#define vsnprintf __helix_vsnprintf
#endif

@ -133,9 +133,6 @@
/* Define to 1 if you have the <ruby.h> header file. */
#undef HAVE_RUBY_H
/* Define if you have a STL implementation by SGI */
#undef HAVE_SGI_STL
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

Loading…
Cancel
Save