Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
/*
30
    SYSTEM START-UP FILE FOR sco/80x86
31
 
32
    This file defines any built-in macros etc. necessary to traverse the
33
    system headers correctly.
34
*/
35
 
36
#ifndef __TDF_SYS_INCLUDED
37
#define __TDF_SYS_INCLUDED
38
 
39
#include <Xsystem>
40
 
41
#pragma TenDRA set size_t : unsigned int
42
#pragma TenDRA set wchar_t : int
43
#pragma TenDRA set ptrdiff_t : int
44
#pragma TenDRA character signed
45
 
46
#define M_I86		1
47
#define M_I86SM		1
48
#define M_SDATA		1
49
#define M_STEXT		1
50
#define M_I386		1
51
#define M_XENIX		1
52
#define M_BITFIELDS	1
53
#define M_INTERNAT	1
54
#define M_UNIX		1
55
#define M_COFF		1
56
#define M_SYS5		1
57
#define M_SYSV		1
58
#define M_SYS3		1
59
#define M_SYSIII	1
60
#define M_WORDSWAP	1
61
 
62
#define _M_I86		1
63
#define _M_I86SM	1
64
#define _M_SDATA	1
65
#define _M_STEXT	1
66
#define _M_I386		1
67
#define _M_XENIX	1
68
#define _M_BITFIELDS	1
69
#define _M_INTERNAT	1
70
#define _M_UNIX		1
71
#define _M_COFF		1
72
#define _M_SYS5		1
73
#define _M_SYSV		1
74
#define _M_SYS3		1
75
#define _M_SYSIII	1
76
#define _M_WORDSWAP	1
77
 
78
#define i386		1
79
#define __i386		1
80
#define unix		1
81
#define __unix		1
82
 
83
#undef __STDC__
84
#define __STDC__	0
85
 
86
#endif