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
#   		 Crown Copyright (c) 1997
2
#   
3
#   This TenDRA(r) Computer Program is subject to Copyright
4
#   owned by the United Kingdom Secretary of State for Defence
5
#   acting through the Defence Evaluation and Research Agency
6
#   (DERA).  It is made available to Recipients with a
7
#   royalty-free licence for its use, reproduction, transfer
8
#   to other parties and amendment for any purpose not excluding
9
#   product development provided that any such use et cetera
10
#   shall be deemed to be acceptance of the following conditions:-
11
#   
12
#       (1) Its Recipients shall ensure that this Notice is
13
#       reproduced upon any copies or amended versions of it;
14
#   
15
#       (2) Any amended version of it shall be clearly marked to
16
#       show both the nature of and the organisation responsible
17
#       for the relevant amendment or amendments;
18
#   
19
#       (3) Its onward transfer from a recipient to another
20
#       party shall be deemed to be that party's acceptance of
21
#       these conditions;
22
#   
23
#       (4) DERA gives no warranty or assurance as to its
24
#       quality or suitability for any purpose and DERA accepts
25
#       no liability whatsoever in relation to any use to which
26
#       it may be put.
27
#
28
#
29
# posix2
30
#
31
 
32
$UNIQUE = 1 ;
33
$VERSION = "2.6" ;
34
+BASE_API ;
35
 
36
+IMPLEMENT "ansi", "dummy/sys.h" ;
37
+IMPLEMENT "posix2", "assert.h" ;
38
+IMPLEMENT "posix2", "ctype.h" ;
39
+IMPLEMENT "posix2", "dirent.h" ;
40
+IMPLEMENT "posix2", "errno.h" ;
41
+IMPLEMENT "posix2", "fcntl.h" ;
42
+IMPLEMENT "posix2", "float.h" ;
43
+IMPLEMENT "posix2", "fnmatch.h" ;
44
+IMPLEMENT "posix2", "glob.h" ;
45
+IMPLEMENT "posix2", "grp.h" ;
46
+IMPLEMENT "posix2", "limits.h" ;
47
+IMPLEMENT "posix2", "locale.h" ;
48
+IMPLEMENT "posix2", "math.h" ;
49
+IMPLEMENT "posix2", "pwd.h" ;
50
+IMPLEMENT "posix2", "regex.h" ;
51
+IMPLEMENT "posix2", "setjmp.h" ;
52
+IMPLEMENT "posix2", "signal.h" ;
53
+IMPLEMENT "posix2", "stdarg.h" ;
54
+IMPLEMENT "posix2", "stddef.h" ;
55
+IMPLEMENT "posix2", "stdio.h" ;
56
+IMPLEMENT "posix2", "stdlib.h" ;
57
+IMPLEMENT "posix2", "string.h" ;
58
+IMPLEMENT "posix2", "sys/stat.h" ;
59
+IMPLEMENT "posix2", "sys/times.h" ;
60
+IMPLEMENT "posix2", "sys/types.h" ;
61
+IMPLEMENT "posix2", "sys/utsname.h" ;
62
+IMPLEMENT "posix2", "sys/wait.h" ;
63
+IMPLEMENT "posix2", "termios.h" ;
64
+IMPLEMENT "posix2", "time.h" ;
65
+IMPLEMENT "posix2", "unistd.h" ;
66
+IMPLEMENT "posix2", "utime.h" ;
67
+IMPLEMENT "posix2", "wordexp.h" ;