comparison src/m/hp9000s300.h @ 92159:9ed7610349d3

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 24 Feb 2008 18:53:07 +0000
parents f27b84de02cf
children 7e5b32f86a4c
comparison
equal deleted inserted replaced
92158:8b1789244b32 92159:9ed7610349d3
33 If you're running HP-UX, specify `-opsystem=hpux'. 33 If you're running HP-UX, specify `-opsystem=hpux'.
34 If you're running BSD, specify `-opsystem=bsd4-3'. 34 If you're running BSD, specify `-opsystem=bsd4-3'.
35 NOTE-END */ 35 NOTE-END */
36 36
37 /* I don't understand why we have to do this at all! -JimB */ 37 /* I don't understand why we have to do this at all! -JimB */
38 #if 0
39
40 /* Do this here at the top of the file; including sys/wait.h may
41 include <endian.h>, which defines BIG_ENDIAN, which will conflict
42 with our definition of BIG_ENDIAN if we do this at the bottom. */
43 #ifndef NOT_C_CODE
44 #ifndef NO_SHORTNAMES
45 #include <sys/wait.h>
46 #define WAITTYPE int
47 #endif
48 #define WRETCODE(w) (((w) >> 8) & 0377)
49 #endif
50
51 #endif
52 38
53 /* Define NOMULTIPLEJOBS on versions of HPUX before 6.5. */ 39 /* Define NOMULTIPLEJOBS on versions of HPUX before 6.5. */
54 40
55 /* #define NOMULTIPLEJOBS */ 41 /* #define NOMULTIPLEJOBS */
56 42