~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to h/sun.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define SUN
 
2
/* You probably want  a more specific include than this eg sun2r3,sun4,... */
 
3
  
 
4
#include "bsd.h"
 
5
 
 
6
 
 
7
#define ADDITIONAL_FEATURES \
 
8
                     ADD_FEATURE("SUN"); \
 
9
             ADD_FEATURE("MC68020")
 
10
 
 
11
#define MC68K
 
12
#define IEEEFLOAT
 
13
 
 
14
 
 
15
#undef   FILECPY_HEADER
 
16
#define FILECPY_HEADER \
 
17
        if (header.a_magic == ZMAGIC) \
 
18
                filecpy(save, original, PAGSIZ - sizeof(header)); \
 
19
        filecpy(save, original, header.a_text);
 
20
 
 
21
#define DATA_BEGIN (char *)((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1))
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
/* Begin for cmpinclude */
 
28
 
 
29
 
 
30
/* End for cmpinclude */