diff options
| -rw-r--r-- | src/m/i860.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/m/i860.h b/src/m/i860.h index 5dc302a5cd2..0e32cc7f9a2 100644 --- a/src/m/i860.h +++ b/src/m/i860.h @@ -107,3 +107,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ code will not be sharable; but that's better than failing completely. */ #define NO_REMAP + +/* The X11 include files for i860-sysv4 need the macro SVR4 defined. + --Kaveh Ghazi (ghazi@noc.rutgers.edu) 8/9/94. */ +#ifdef USG5_4 +#ifndef SVR4 +#define SVR4 +#endif +#endif |
