Deleted Added
full compact
host.defs (69408) host.defs (83098)
1newcode :
1newcode :
2/* $Header: /src/pub/tcsh/host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $ */
2/* $Header: /src/pub/tcsh/host.defs,v 1.31 2001/06/10 02:19:11 christos Exp $ */
3/*
4 * host.defs: Hosttype/Machtype etc.
5 */
6/*-
7 * Copyright (c) 1980, 1991 The Regents of the University of California.
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 */
38#include "sh.h"
39
3/*
4 * host.defs: Hosttype/Machtype etc.
5 */
6/*-
7 * Copyright (c) 1980, 1991 The Regents of the University of California.
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 */
38#include "sh.h"
39
40RCSID("$Id: host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $")
40RCSID("$Id: host.defs,v 1.31 2001/06/10 02:19:11 christos Exp $")
41
42endcode :
43
44macro : M_mipsel : (defined(mips) || defined(__mips)) && (defined(MIPSEL) || defined(__MIPSEL))
45macro : M_mipseb : (defined(mips) || defined(__mips)) && (defined(MIPSEB) || defined(__MIPSEB))
46macro : M_i386 : (defined(i386) || defined(__i386__))
47macro : M_i486 : (defined(i486) || defined(__i486__))
48macro : M_i586 : (defined(i586) || defined(__i586__))

--- 423 unchanged lines hidden (view full) ---

472vendor : defined(alpha) : "digital"
473vendor : defined(amiga) : "commodore"
474vendor : defined(atari) : "atari"
475vendor : defined(hp300) : "hp"
476vendor : defined(M_intel) : "intel"
477vendor : defined(m68k) : "motorola"
478vendor : defined(mac68k) : "apple"
479vendor : defined(pc532) : "national-semi"
41
42endcode :
43
44macro : M_mipsel : (defined(mips) || defined(__mips)) && (defined(MIPSEL) || defined(__MIPSEL))
45macro : M_mipseb : (defined(mips) || defined(__mips)) && (defined(MIPSEB) || defined(__MIPSEB))
46macro : M_i386 : (defined(i386) || defined(__i386__))
47macro : M_i486 : (defined(i486) || defined(__i486__))
48macro : M_i586 : (defined(i586) || defined(__i586__))

--- 423 unchanged lines hidden (view full) ---

472vendor : defined(alpha) : "digital"
473vendor : defined(amiga) : "commodore"
474vendor : defined(atari) : "atari"
475vendor : defined(hp300) : "hp"
476vendor : defined(M_intel) : "intel"
477vendor : defined(m68k) : "motorola"
478vendor : defined(mac68k) : "apple"
479vendor : defined(pc532) : "national-semi"
480vendor : defined(pmax) || defined(mips) : "dec"
481vendor : defined(M_mipsel) : "dec"
480vendor : defined(pmax) : "dec"
481vendor : defined(mips) : "mips"
482vendor : defined(sparc) : "sun"
483vendor : defined(sun3) : "sun"
484vendor : defined(vax) : "digital"
485hosttype: : "NetBSD"
486ostype : : "NetBSD"
487machtype: defined(arm32) : "arm32"
488machtype: defined(sparc) : "sparc"
489machtype: defined(mc68020) : "m68k"

--- 4 unchanged lines hidden (view full) ---

494machtype: defined(pc532) : "pc532"
495machtype: defined(vax) : "vax"
496machtype: defined(alpha) : "alpha"
497enddef :
498
499
500newdef : defined(__FreeBSD__)
501comment : FreeBSD
482vendor : defined(sparc) : "sun"
483vendor : defined(sun3) : "sun"
484vendor : defined(vax) : "digital"
485hosttype: : "NetBSD"
486ostype : : "NetBSD"
487machtype: defined(arm32) : "arm32"
488machtype: defined(sparc) : "sparc"
489machtype: defined(mc68020) : "m68k"

--- 4 unchanged lines hidden (view full) ---

494machtype: defined(pc532) : "pc532"
495machtype: defined(vax) : "vax"
496machtype: defined(alpha) : "alpha"
497enddef :
498
499
500newdef : defined(__FreeBSD__)
501comment : FreeBSD
502vendor : defined(__alpha) : "digital"
502vendor : defined(M_intel) : "intel"
503hosttype: : "FreeBSD"
504ostype : : "FreeBSD"
503vendor : defined(M_intel) : "intel"
504hosttype: : "FreeBSD"
505ostype : : "FreeBSD"
505machtype: : "i386"
506machtype: defined(__alpha) : "alpha"
507machtype: defined(M_i386) : "i386"
506enddef :
507
508
509newdef : defined(__386BSD__)
510comment : Bill Jolitz's 386BSD
511vendor : defined(M_intel) : "intel"
512hosttype: : "386BSD"
513ostype : : "386BSD"

--- 20 unchanged lines hidden (view full) ---

534comment : COHERENT's unix
535vendor : defined(_I386) : "intel"
536hosttype: : "coh386"
537hosttype: : "coherent"
538ostype : : "coherent"
539machtype: defined(_I386) : "i386"
540enddef :
541
508enddef :
509
510
511newdef : defined(__386BSD__)
512comment : Bill Jolitz's 386BSD
513vendor : defined(M_intel) : "intel"
514hosttype: : "386BSD"
515ostype : : "386BSD"

--- 20 unchanged lines hidden (view full) ---

536comment : COHERENT's unix
537vendor : defined(_I386) : "intel"
538hosttype: : "coh386"
539hosttype: : "coherent"
540ostype : : "coherent"
541machtype: defined(_I386) : "i386"
542enddef :
543
544newdef : defined(concurrent)
545comment : Concurrent PowerHawk
546vendor : : "concurrent"
547hosttype: : "powerhawk"
548ostype : : "powermax_os"
549machtype: : "powerhawk"
550enddef :
551
542newdef : defined(SCO)
543comment : SCO UNIX System V/386 Release 3.2
544vendor : : "sco"
545hosttype: : "sco386"
546ostype : : "sco_unix"
547machtype: : "i386"
548enddef :
549

--- 584 unchanged lines hidden ---
552newdef : defined(SCO)
553comment : SCO UNIX System V/386 Release 3.2
554vendor : : "sco"
555hosttype: : "sco386"
556ostype : : "sco_unix"
557machtype: : "i386"
558enddef :
559

--- 584 unchanged lines hidden ---