From 9d2818d67690523a462696ccef3e1376a57dbf43 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 24 Feb 2008 18:53:07 +0000 Subject: * configure.in: Remove references to obsolete variables and systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate. --- src/m/iris4d.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/m/iris4d.h') diff --git a/src/m/iris4d.h b/src/m/iris4d.h index e22f784321..2318564178 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -121,16 +121,7 @@ Boston, MA 02110-1301, USA. */ #define DATA_SEG_BITS 0x10000000 #undef LIBS_MACHINE -/* -lsun in case using Yellow Pages for passwords. */ -#if defined(__GNUC__) && defined(_ABIN32) #define LIBS_MACHINE -#else -#ifndef IRIX6_5 -#define LIBS_MACHINE -lmld -#else -#define LIBS_MACHINE -#endif -#endif #define LIBS_DEBUG /* Define this if you have a fairly recent system, @@ -173,20 +164,5 @@ Boston, MA 02110-1301, USA. */ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)) #endif /* _LP64 */ -#ifndef __GNUC__ -/* Turn off some "helpful" error checks for type mismatches - that we can't fix without breaking other machines. */ -#ifdef IRIX_FORCE_32_BITS -#ifdef THIS_IS_MAKEFILE -#ifndef IRIX6_5 -#define C_SWITCH_MACHINE -32 -#else -#define C_SWITCH_MACHINE -n32 -#endif -#endif -#endif - -#endif /* not __GNUC__ */ - /* arch-tag: fff5e139-9ae0-465d-afec-837c41ea0aa6 (do not change this comment) */ -- cgit v1.2.3