Subversion Repositories tendra.SVN

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 126
Line 33... Line 33...
33
$UNIQUE = 1 ;
33
$UNIQUE = 1 ;
34
$VERSION = "2.6" ;
34
$VERSION = "2.6" ;
35
+BASE_API ;
35
+BASE_API ;
36
 
36
 
37
+IMPLEMENT "ansi", "dummy/sys.h" ;
37
+IMPLEMENT "ansi", "dummy/sys.h" ;
38
+IMPLEMENT "posix3", "aio.h" ;
38
#+IMPLEMENT "posix3", "aio.h" ;
39
+IMPLEMENT "posix3", "arpa/inet.h" ;
39
#+IMPLEMENT "posix3", "arpa/inet.h" ;
40
+IMPLEMENT "posix3", "assert.h" ;
40
+IMPLEMENT "posix3", "assert.h" ;
41
+IMPLEMENT "posix3", "complex.h" ;
41
#+IMPLEMENT "posix3", "complex.h" ;
42
+IMPLEMENT "posix3", "cpio.h" ;
42
#+IMPLEMENT "posix3", "cpio.h" ;
43
+IMPLEMENT "posix3", "ctype.h" ;
43
#+IMPLEMENT "posix3", "ctype.h" ;
44
+IMPLEMENT "posix3", "dirent.h" ;
44
#+IMPLEMENT "posix3", "dirent.h" ;
45
+IMPLEMENT "posix3", "dlfcn.h" ;
45
#+IMPLEMENT "posix3", "dlfcn.h" ;
46
+IMPLEMENT "posix3", "errno.h" ;
46
#+IMPLEMENT "posix3", "errno.h" ;
47
+IMPLEMENT "posix3", "fcntl.h" ;
47
#+IMPLEMENT "posix3", "fcntl.h" ;
48
+IMPLEMENT "posix3", "fenv.h" ;
48
#+IMPLEMENT "posix3", "fenv.h" ;
49
+IMPLEMENT "posix3", "float.h" ;
49
#+IMPLEMENT "posix3", "float.h" ;
50
+IMPLEMENT "posix3", "fmtmsg.h" ;
50
#+IMPLEMENT "posix3", "fmtmsg.h" ;
51
+IMPLEMENT "posix3", "fnmatch.h" ;
51
+IMPLEMENT "posix3", "fnmatch.h" ;
52
+IMPLEMENT "posix3", "ftw.h" ;
52
#+IMPLEMENT "posix3", "ftw.h" ;
53
+IMPLEMENT "posix3", "glob.h" ;
53
#+IMPLEMENT "posix3", "glob.h" ;
54
+IMPLEMENT "posix3", "grp.h" ;
54
#+IMPLEMENT "posix3", "grp.h" ;
55
+IMPLEMENT "posix3", "iconv.h" ;
55
#+IMPLEMENT "posix3", "iconv.h" ;
56
+IMPLEMENT "posix3", "inttypes.h" ;
56
#+IMPLEMENT "posix3", "inttypes.h" ;
57
+IMPLEMENT "posix3", "iso646.h" ;
57
#+IMPLEMENT "posix3", "iso646.h" ;
58
+IMPLEMENT "posix3", "langinfo.h" ;
58
#+IMPLEMENT "posix3", "langinfo.h" ;
59
+IMPLEMENT "posix3", "libgen.h" ;
59
#+IMPLEMENT "posix3", "libgen.h" ;
60
+IMPLEMENT "posix3", "limits.h" ;
60
#+IMPLEMENT "posix3", "limits.h" ;
61
+IMPLEMENT "posix3", "locale.h" ;
61
#+IMPLEMENT "posix3", "locale.h" ;
62
+IMPLEMENT "posix3", "math.h" ;
62
#+IMPLEMENT "posix3", "math.h" ;
63
+IMPLEMENT "posix3", "monetary.h" ;
63
#+IMPLEMENT "posix3", "monetary.h" ;
64
+IMPLEMENT "posix3", "mqueue.h" ;
64
#+IMPLEMENT "posix3", "mqueue.h" ;
65
+IMPLEMENT "posix3", "ndbm.h" ;
65
#+IMPLEMENT "posix3", "ndbm.h" ;
66
+IMPLEMENT "posix3", "net/if.h" ;
66
#+IMPLEMENT "posix3", "net/if.h" ;
67
+IMPLEMENT "posix3", "netdb.h" ;
67
#+IMPLEMENT "posix3", "netdb.h" ;
68
+IMPLEMENT "posix3", "netinet/in.h" ;
68
#+IMPLEMENT "posix3", "netinet/in.h" ;
69
+IMPLEMENT "posix3", "netinet/tcp.h" ;
69
#+IMPLEMENT "posix3", "netinet/tcp.h" ;
70
+IMPLEMENT "posix3", "nl_types.h" ;
70
#+IMPLEMENT "posix3", "nl_types.h" ;
71
+IMPLEMENT "posix3", "poll.h" ;
71
#+IMPLEMENT "posix3", "poll.h" ;
72
+IMPLEMENT "posix3", "pthread.h" ;
72
#+IMPLEMENT "posix3", "pthread.h" ;
73
+IMPLEMENT "posix3", "pwd.h" ;
73
#+IMPLEMENT "posix3", "pwd.h" ;
74
+IMPLEMENT "posix3", "regex.h" ;
74
#+IMPLEMENT "posix3", "regex.h" ;
75
+IMPLEMENT "posix3", "sched.h" ;
75
#+IMPLEMENT "posix3", "sched.h" ;
76
+IMPLEMENT "posix3", "search.h" ;
76
#+IMPLEMENT "posix3", "search.h" ;
77
+IMPLEMENT "posix3", "semaphore.h" ;
77
#+IMPLEMENT "posix3", "semaphore.h" ;
78
+IMPLEMENT "posix3", "setjmp.h" ;
78
#+IMPLEMENT "posix3", "setjmp.h" ;
79
+IMPLEMENT "posix3", "signal.h" ;
79
#+IMPLEMENT "posix3", "signal.h" ;
80
+IMPLEMENT "posix3", "spawn.h" ;
80
#+IMPLEMENT "posix3", "spawn.h" ;
81
+IMPLEMENT "posix3", "stdarg.h" ;
81
#+IMPLEMENT "posix3", "stdarg.h" ;
82
+IMPLEMENT "posix3", "stdbool.h" ;
82
+IMPLEMENT "posix3", "stdbool.h" ;
83
+IMPLEMENT "posix3", "stddef.h" ;
83
+IMPLEMENT "posix3", "stddef.h" ;
84
+IMPLEMENT "posix3", "stdint.h" ;
84
#+IMPLEMENT "posix3", "stdint.h" ;
85
+IMPLEMENT "posix3", "stdio.h" ;
85
+IMPLEMENT "posix3", "stdio.h" ;
86
+IMPLEMENT "posix3", "stdlib.h" ;
86
#+IMPLEMENT "posix3", "stdlib.h" ;
87
+IMPLEMENT "posix3", "string.h" ;
87
#+IMPLEMENT "posix3", "string.h" ;
88
+IMPLEMENT "posix3", "strings.h" ;
88
#+IMPLEMENT "posix3", "strings.h" ;
89
+IMPLEMENT "posix3", "stropts.h" ;
89
#+IMPLEMENT "posix3", "stropts.h" ;
90
+IMPLEMENT "posix3", "sys/ipc.h" ;
90
#+IMPLEMENT "posix3", "sys/ipc.h" ;
91
+IMPLEMENT "posix3", "sys/mman.h" ;
91
#+IMPLEMENT "posix3", "sys/mman.h" ;
92
+IMPLEMENT "posix3", "sys/msg.h" ;
92
#+IMPLEMENT "posix3", "sys/msg.h" ;
93
+IMPLEMENT "posix3", "sys/resource.h" ;
93
#+IMPLEMENT "posix3", "sys/resource.h" ;
94
+IMPLEMENT "posix3", "sys/select.h" ;
94
#+IMPLEMENT "posix3", "sys/select.h" ;
95
+IMPLEMENT "posix3", "sys/sem.h" ;
95
#+IMPLEMENT "posix3", "sys/sem.h" ;
96
+IMPLEMENT "posix3", "sys/shm.h" ;
96
#+IMPLEMENT "posix3", "sys/shm.h" ;
97
+IMPLEMENT "posix3", "sys/socket.h" ;
97
#+IMPLEMENT "posix3", "sys/socket.h" ;
98
+IMPLEMENT "posix3", "sys/stat.h" ;
98
#+IMPLEMENT "posix3", "sys/stat.h" ;
99
+IMPLEMENT "posix3", "sys/statvfs.h" ;
99
#+IMPLEMENT "posix3", "sys/statvfs.h" ;
100
+IMPLEMENT "posix3", "sys/time.h" ;
100
#+IMPLEMENT "posix3", "sys/time.h" ;
101
+IMPLEMENT "posix3", "sys/timeb.h" ;
101
#+IMPLEMENT "posix3", "sys/timeb.h" ;
102
+IMPLEMENT "posix3", "sys/times.h" ;
102
#+IMPLEMENT "posix3", "sys/times.h" ;
103
+IMPLEMENT "posix3", "sys/types.h" ;
103
#+IMPLEMENT "posix3", "sys/types.h" ;
104
+IMPLEMENT "posix3", "sys/uio.h" ;
104
#+IMPLEMENT "posix3", "sys/uio.h" ;
105
+IMPLEMENT "posix3", "sys/un.h" ;
105
#+IMPLEMENT "posix3", "sys/un.h" ;
106
+IMPLEMENT "posix3", "sys/utsname.h" ;
106
#+IMPLEMENT "posix3", "sys/utsname.h" ;
107
+IMPLEMENT "posix3", "sys/wait.h" ;
107
#+IMPLEMENT "posix3", "sys/wait.h" ;
108
+IMPLEMENT "posix3", "syslog.h" ;
108
#+IMPLEMENT "posix3", "syslog.h" ;
109
+IMPLEMENT "posix3", "tar.h" ;
109
#+IMPLEMENT "posix3", "tar.h" ;
110
+IMPLEMENT "posix3", "termios.h" ;
110
#+IMPLEMENT "posix3", "termios.h" ;
111
+IMPLEMENT "posix3", "tgmath.h" ;
111
#+IMPLEMENT "posix3", "tgmath.h" ;
112
+IMPLEMENT "posix3", "time.h" ;
112
#+IMPLEMENT "posix3", "time.h" ;
113
+IMPLEMENT "posix3", "trace.h" ;
113
#+IMPLEMENT "posix3", "trace.h" ;
114
+IMPLEMENT "posix3", "ucontext.h" ;
114
#+IMPLEMENT "posix3", "ucontext.h" ;
115
+IMPLEMENT "posix3", "ulimit.h" ;
115
#+IMPLEMENT "posix3", "ulimit.h" ;
116
+IMPLEMENT "posix3", "unistd.h" ;
116
#+IMPLEMENT "posix3", "unistd.h" ;
117
+IMPLEMENT "posix3", "utime.h" ;
117
#+IMPLEMENT "posix3", "utime.h" ;
118
+IMPLEMENT "posix3", "utmpx.h" ;
118
#+IMPLEMENT "posix3", "utmpx.h" ;
119
+IMPLEMENT "posix3", "wchar.h" ;
119
#+IMPLEMENT "posix3", "wchar.h" ;
120
+IMPLEMENT "posix3", "wctype.h" ;
120
#+IMPLEMENT "posix3", "wctype.h" ;
121
+IMPLEMENT "posix3", "wordexp.h" ;
121
#+IMPLEMENT "posix3", "wordexp.h" ;