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 |
$UNIQUE = 1 ;
|
|
|
30 |
$VERSION = "2.7" ;
|
|
|
31 |
+BASE_API ;
|
|
|
32 |
|
|
|
33 |
+IMPLEMENT "ansi", "dummy/sys.h" ;
|
|
|
34 |
+IMPLEMENT "unix95", "arpa/inet.h" ; # Networking
|
|
|
35 |
+IMPLEMENT "unix95", "assert.h" ;
|
|
|
36 |
+IMPLEMENT "unix95", "cpio.h" ;
|
|
|
37 |
+IMPLEMENT "unix95", "ctype.h" ;
|
|
|
38 |
+IMPLEMENT "unix95", "curses.h" ; # Curses
|
|
|
39 |
+IMPLEMENT "unix95", "dirent.h" ;
|
|
|
40 |
+IMPLEMENT "unix95", "errno.h" ;
|
|
|
41 |
+IMPLEMENT "unix95", "fcntl.h" ;
|
|
|
42 |
+IMPLEMENT "unix95", "float.h" ;
|
|
|
43 |
+IMPLEMENT "unix95", "fmtmsg.h" ;
|
|
|
44 |
+IMPLEMENT "unix95", "fnmatch.h" ;
|
|
|
45 |
+IMPLEMENT "unix95", "ftw.h" ;
|
|
|
46 |
+IMPLEMENT "unix95", "glob.h" ;
|
|
|
47 |
+IMPLEMENT "unix95", "grp.h" ;
|
|
|
48 |
+IMPLEMENT "unix95", "iconv.h" ;
|
|
|
49 |
+IMPLEMENT "unix95", "langinfo.h" ;
|
|
|
50 |
+IMPLEMENT "unix95", "libgen.h" ;
|
|
|
51 |
+IMPLEMENT "unix95", "limits.h" ;
|
|
|
52 |
+IMPLEMENT "unix95", "locale.h" ;
|
|
|
53 |
+IMPLEMENT "unix95", "math.h" ;
|
|
|
54 |
+IMPLEMENT "unix95", "monetary.h" ;
|
|
|
55 |
+IMPLEMENT "unix95", "ndbm.h" ;
|
|
|
56 |
+IMPLEMENT "unix95", "netdb.h" ; # Networking
|
|
|
57 |
+IMPLEMENT "unix95", "netinet/in.h" ; # Networking
|
|
|
58 |
+IMPLEMENT "unix95", "nl_types.h" ;
|
|
|
59 |
+IMPLEMENT "unix95", "poll.h" ;
|
|
|
60 |
+IMPLEMENT "unix95", "pwd.h" ;
|
|
|
61 |
+IMPLEMENT "unix95", "re_comp.h" ;
|
|
|
62 |
+IMPLEMENT "unix95", "regex.h" ;
|
|
|
63 |
+IMPLEMENT "unix95", "regexp.h" ;
|
|
|
64 |
+IMPLEMENT "unix95", "search.h" ;
|
|
|
65 |
+IMPLEMENT "unix95", "setjmp.h" ;
|
|
|
66 |
+IMPLEMENT "unix95", "signal.h" ;
|
|
|
67 |
+IMPLEMENT "unix95", "stdarg.h" ;
|
|
|
68 |
+IMPLEMENT "unix95", "stddef.h" ;
|
|
|
69 |
+IMPLEMENT "unix95", "stdio.h" ;
|
|
|
70 |
+IMPLEMENT "unix95", "stdlib.h" ;
|
|
|
71 |
+IMPLEMENT "unix95", "string.h" ;
|
|
|
72 |
+IMPLEMENT "unix95", "strings.h" ;
|
|
|
73 |
+IMPLEMENT "unix95", "stropts.h" ;
|
|
|
74 |
+IMPLEMENT "unix95", "syslog.h" ;
|
|
|
75 |
+IMPLEMENT "unix95", "sys/ipc.h" ;
|
|
|
76 |
+IMPLEMENT "unix95", "sys/mman.h" ;
|
|
|
77 |
+IMPLEMENT "unix95", "sys/msg.h" ;
|
|
|
78 |
+IMPLEMENT "unix95", "sys/resource.h" ;
|
|
|
79 |
+IMPLEMENT "unix95", "sys/sem.h" ;
|
|
|
80 |
+IMPLEMENT "unix95", "sys/shm.h" ;
|
|
|
81 |
+IMPLEMENT "unix95", "sys/socket.h" ; # Networking
|
|
|
82 |
+IMPLEMENT "unix95", "sys/stat.h" ;
|
|
|
83 |
+IMPLEMENT "unix95", "sys/statvfs.h" ;
|
|
|
84 |
+IMPLEMENT "unix95", "sys/time.h" ;
|
|
|
85 |
+IMPLEMENT "unix95", "sys/timeb.h" ;
|
|
|
86 |
+IMPLEMENT "unix95", "sys/times.h" ;
|
|
|
87 |
+IMPLEMENT "unix95", "sys/types.h" ;
|
|
|
88 |
+IMPLEMENT "unix95", "sys/uio.h" ;
|
|
|
89 |
+IMPLEMENT "unix95", "sys/un.h" ; # Networking
|
|
|
90 |
+IMPLEMENT "unix95", "sys/utsname.h" ;
|
|
|
91 |
+IMPLEMENT "unix95", "sys/wait.h" ;
|
|
|
92 |
+IMPLEMENT "unix95", "tar.h" ;
|
|
|
93 |
+IMPLEMENT "unix95", "term.h" ; # Curses
|
|
|
94 |
+IMPLEMENT "unix95", "termios.h" ;
|
|
|
95 |
+IMPLEMENT "unix95", "time.h" ;
|
|
|
96 |
+IMPLEMENT "unix95", "ucontext.h" ;
|
|
|
97 |
+IMPLEMENT "unix95", "ulimit.h" ;
|
|
|
98 |
+IMPLEMENT "unix95", "unctrl.h" ; # Curses
|
|
|
99 |
+IMPLEMENT "unix95", "unistd.h" ;
|
|
|
100 |
+IMPLEMENT "unix95", "utime.h" ;
|
|
|
101 |
+IMPLEMENT "unix95", "utmpx.h" ;
|
|
|
102 |
+IMPLEMENT "unix95", "varargs.h" ;
|
|
|
103 |
+IMPLEMENT "unix95", "wchar.h" ;
|
|
|
104 |
+IMPLEMENT "unix95", "wordexp.h" ;
|
|
|
105 |
+IMPLEMENT "unix95", "xti.h" ; # Networking
|