6 |
7u83 |
1 |
#
|
|
|
2 |
# $Id$
|
|
|
3 |
#
|
|
|
4 |
# Copyright (c) 2002-2005 The TenDRA Project <http://www.tendra.org/>.
|
|
|
5 |
# All rights reserved.
|
|
|
6 |
#
|
|
|
7 |
# Redistribution and use in source and binary forms, with or without
|
|
|
8 |
# modification, are permitted provided that the following conditions are met:
|
|
|
9 |
#
|
|
|
10 |
# 1. Redistributions of source code must retain the above copyright notice,
|
|
|
11 |
# this list of conditions and the following disclaimer.
|
|
|
12 |
# 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
13 |
# this list of conditions and the following disclaimer in the documentation
|
|
|
14 |
# and/or other materials provided with the distribution.
|
|
|
15 |
# 3. Neither the name of The TenDRA Project nor the names of its contributors
|
|
|
16 |
# may be used to endorse or promote products derived from this software
|
|
|
17 |
# without specific, prior written permission.
|
|
|
18 |
#
|
|
|
19 |
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
|
|
20 |
# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
|
21 |
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
22 |
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
|
|
|
23 |
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
24 |
# EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
25 |
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
26 |
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
27 |
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
28 |
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
29 |
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
30 |
#
|
|
|
31 |
# POSIXv3: 1003.1 version 3
|
|
|
32 |
|
|
|
33 |
$UNIQUE = 1 ;
|
|
|
34 |
$VERSION = "2.6" ;
|
|
|
35 |
+BASE_API ;
|
|
|
36 |
|
|
|
37 |
+IMPLEMENT "ansi", "dummy/sys.h" ;
|
|
|
38 |
+IMPLEMENT "posix3", "aio.h" ;
|
|
|
39 |
+IMPLEMENT "posix3", "arpa/inet.h" ;
|
|
|
40 |
+IMPLEMENT "posix3", "assert.h" ;
|
|
|
41 |
+IMPLEMENT "posix3", "complex.h" ;
|
|
|
42 |
+IMPLEMENT "posix3", "cpio.h" ;
|
|
|
43 |
+IMPLEMENT "posix3", "ctype.h" ;
|
|
|
44 |
+IMPLEMENT "posix3", "dirent.h" ;
|
|
|
45 |
+IMPLEMENT "posix3", "dlfcn.h" ;
|
|
|
46 |
+IMPLEMENT "posix3", "errno.h" ;
|
|
|
47 |
+IMPLEMENT "posix3", "fcntl.h" ;
|
|
|
48 |
+IMPLEMENT "posix3", "fenv.h" ;
|
|
|
49 |
+IMPLEMENT "posix3", "float.h" ;
|
|
|
50 |
+IMPLEMENT "posix3", "fmtmsg.h" ;
|
|
|
51 |
+IMPLEMENT "posix3", "fnmatch.h" ;
|
|
|
52 |
+IMPLEMENT "posix3", "ftw.h" ;
|
|
|
53 |
+IMPLEMENT "posix3", "glob.h" ;
|
|
|
54 |
+IMPLEMENT "posix3", "grp.h" ;
|
|
|
55 |
+IMPLEMENT "posix3", "iconv.h" ;
|
|
|
56 |
+IMPLEMENT "posix3", "inttypes.h" ;
|
|
|
57 |
+IMPLEMENT "posix3", "iso646.h" ;
|
|
|
58 |
+IMPLEMENT "posix3", "langinfo.h" ;
|
|
|
59 |
+IMPLEMENT "posix3", "libgen.h" ;
|
|
|
60 |
+IMPLEMENT "posix3", "limits.h" ;
|
|
|
61 |
+IMPLEMENT "posix3", "locale.h" ;
|
|
|
62 |
+IMPLEMENT "posix3", "math.h" ;
|
|
|
63 |
+IMPLEMENT "posix3", "monetary.h" ;
|
|
|
64 |
+IMPLEMENT "posix3", "mqueue.h" ;
|
|
|
65 |
+IMPLEMENT "posix3", "ndbm.h" ;
|
|
|
66 |
+IMPLEMENT "posix3", "net/if.h" ;
|
|
|
67 |
+IMPLEMENT "posix3", "netdb.h" ;
|
|
|
68 |
+IMPLEMENT "posix3", "netinet/in.h" ;
|
|
|
69 |
+IMPLEMENT "posix3", "netinet/tcp.h" ;
|
|
|
70 |
+IMPLEMENT "posix3", "nl_types.h" ;
|
|
|
71 |
+IMPLEMENT "posix3", "poll.h" ;
|
|
|
72 |
+IMPLEMENT "posix3", "pthread.h" ;
|
|
|
73 |
+IMPLEMENT "posix3", "pwd.h" ;
|
|
|
74 |
+IMPLEMENT "posix3", "regex.h" ;
|
|
|
75 |
+IMPLEMENT "posix3", "sched.h" ;
|
|
|
76 |
+IMPLEMENT "posix3", "search.h" ;
|
|
|
77 |
+IMPLEMENT "posix3", "semaphore.h" ;
|
|
|
78 |
+IMPLEMENT "posix3", "setjmp.h" ;
|
|
|
79 |
+IMPLEMENT "posix3", "signal.h" ;
|
|
|
80 |
+IMPLEMENT "posix3", "spawn.h" ;
|
|
|
81 |
+IMPLEMENT "posix3", "stdarg.h" ;
|
|
|
82 |
+IMPLEMENT "posix3", "stdbool.h" ;
|
|
|
83 |
+IMPLEMENT "posix3", "stddef.h" ;
|
|
|
84 |
+IMPLEMENT "posix3", "stdint.h" ;
|
|
|
85 |
+IMPLEMENT "posix3", "stdio.h" ;
|
|
|
86 |
+IMPLEMENT "posix3", "stdlib.h" ;
|
|
|
87 |
+IMPLEMENT "posix3", "string.h" ;
|
|
|
88 |
+IMPLEMENT "posix3", "strings.h" ;
|
|
|
89 |
+IMPLEMENT "posix3", "stropts.h" ;
|
|
|
90 |
+IMPLEMENT "posix3", "sys/ipc.h" ;
|
|
|
91 |
+IMPLEMENT "posix3", "sys/mman.h" ;
|
|
|
92 |
+IMPLEMENT "posix3", "sys/msg.h" ;
|
|
|
93 |
+IMPLEMENT "posix3", "sys/resource.h" ;
|
|
|
94 |
+IMPLEMENT "posix3", "sys/select.h" ;
|
|
|
95 |
+IMPLEMENT "posix3", "sys/sem.h" ;
|
|
|
96 |
+IMPLEMENT "posix3", "sys/shm.h" ;
|
|
|
97 |
+IMPLEMENT "posix3", "sys/socket.h" ;
|
|
|
98 |
+IMPLEMENT "posix3", "sys/stat.h" ;
|
|
|
99 |
+IMPLEMENT "posix3", "sys/statvfs.h" ;
|
|
|
100 |
+IMPLEMENT "posix3", "sys/time.h" ;
|
|
|
101 |
+IMPLEMENT "posix3", "sys/timeb.h" ;
|
|
|
102 |
+IMPLEMENT "posix3", "sys/times.h" ;
|
|
|
103 |
+IMPLEMENT "posix3", "sys/types.h" ;
|
|
|
104 |
+IMPLEMENT "posix3", "sys/uio.h" ;
|
|
|
105 |
+IMPLEMENT "posix3", "sys/un.h" ;
|
|
|
106 |
+IMPLEMENT "posix3", "sys/utsname.h" ;
|
|
|
107 |
+IMPLEMENT "posix3", "sys/wait.h" ;
|
|
|
108 |
+IMPLEMENT "posix3", "syslog.h" ;
|
|
|
109 |
+IMPLEMENT "posix3", "tar.h" ;
|
|
|
110 |
+IMPLEMENT "posix3", "termios.h" ;
|
|
|
111 |
+IMPLEMENT "posix3", "tgmath.h" ;
|
|
|
112 |
+IMPLEMENT "posix3", "time.h" ;
|
|
|
113 |
+IMPLEMENT "posix3", "trace.h" ;
|
|
|
114 |
+IMPLEMENT "posix3", "ucontext.h" ;
|
|
|
115 |
+IMPLEMENT "posix3", "ulimit.h" ;
|
|
|
116 |
+IMPLEMENT "posix3", "unistd.h" ;
|
|
|
117 |
+IMPLEMENT "posix3", "utime.h" ;
|
|
|
118 |
+IMPLEMENT "posix3", "utmpx.h" ;
|
|
|
119 |
+IMPLEMENT "posix3", "wchar.h" ;
|
|
|
120 |
+IMPLEMENT "posix3", "wctype.h" ;
|
|
|
121 |
+IMPLEMENT "posix3", "wordexp.h" ;
|