Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/algol60/src/lib/apis/xpg3/MASTER – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | 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
# This specification represents the XPG3 standard (X/Open Portability
30
# Guide, Volume 3).
31
#
32
 
33
$UNIQUE = 1 ;
34
$VERSION = "2.6" ;
35
+BASE_API ;
36
 
37
+IMPLEMENT "ansi", "dummy/sys.h" ;
38
+IMPLEMENT "xpg3", "assert.h" ;
39
+IMPLEMENT "xpg3", "ctype.h" ;
40
+IMPLEMENT "xpg3", "dirent.h" ;
41
+IMPLEMENT "xpg3", "errno.h" ;
42
+IMPLEMENT "xpg3", "fcntl.h" ;
43
+IMPLEMENT "xpg3", "float.h" ;
44
+IMPLEMENT "xpg3", "ftw.h" ;
45
+IMPLEMENT "xpg3", "grp.h" ;
46
+IMPLEMENT "xpg3", "langinfo.h" ;
47
+IMPLEMENT "xpg3", "limits.h" ;
48
+IMPLEMENT "xpg3", "locale.h" ;
49
+IMPLEMENT "xpg3", "math.h" ;
50
+IMPLEMENT "xpg3", "nl_types.h" ;
51
+IMPLEMENT "xpg3", "pwd.h" ;
52
+IMPLEMENT "xpg3", "regexp.h" ;
53
+IMPLEMENT "xpg3", "search.h" ;
54
+IMPLEMENT "xpg3", "setjmp.h" ;
55
+IMPLEMENT "xpg3", "signal.h" ;
56
+IMPLEMENT "xpg3", "stdarg.h" ;
57
+IMPLEMENT "xpg3", "stddef.h" ;
58
+IMPLEMENT "xpg3", "stdio.h" ;
59
+IMPLEMENT "xpg3", "stdlib.h" ;
60
+IMPLEMENT "xpg3", "string.h" ;
61
+IMPLEMENT "xpg3", "sys/ipc.h" ;
62
+IMPLEMENT "xpg3", "sys/msg.h" ;
63
+IMPLEMENT "xpg3", "sys/sem.h" ;
64
+IMPLEMENT "xpg3", "sys/shm.h" ;
65
+IMPLEMENT "xpg3", "sys/stat.h" ;
66
+IMPLEMENT "xpg3", "sys/times.h" ;
67
+IMPLEMENT "xpg3", "sys/types.h" ;
68
+IMPLEMENT "xpg3", "sys/utsname.h" ;
69
+IMPLEMENT "xpg3", "sys/wait.h" ;
70
+IMPLEMENT "xpg3", "termios.h" ;
71
+IMPLEMENT "xpg3", "time.h" ;
72
+IMPLEMENT "xpg3", "ulimit.h" ;
73
+IMPLEMENT "xpg3", "unistd.h" ;
74
+IMPLEMENT "xpg3", "utime.h" ;
75
+IMPLEMENT "xpg3", "varargs.h" ;
76
+IMPLEMENT "xpg3", "xti.h" ;