Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# $Id$
#
# Copyright (c) 2002-2005 The TenDRA Project <http://www.tendra.org/>.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# 3. Neither the name of The TenDRA Project nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific, prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# POSIXv3: 1003.1 version 3
$UNIQUE = 1 ;
$VERSION = "2.6" ;
+BASE_API ;
+IMPLEMENT "ansi", "dummy/sys.h" ;
+IMPLEMENT "posix3", "aio.h" ;
+IMPLEMENT "posix3", "arpa/inet.h" ;
+IMPLEMENT "posix3", "assert.h" ;
+IMPLEMENT "posix3", "complex.h" ;
+IMPLEMENT "posix3", "cpio.h" ;
+IMPLEMENT "posix3", "ctype.h" ;
+IMPLEMENT "posix3", "dirent.h" ;
+IMPLEMENT "posix3", "dlfcn.h" ;
+IMPLEMENT "posix3", "errno.h" ;
+IMPLEMENT "posix3", "fcntl.h" ;
+IMPLEMENT "posix3", "fenv.h" ;
+IMPLEMENT "posix3", "float.h" ;
+IMPLEMENT "posix3", "fmtmsg.h" ;
+IMPLEMENT "posix3", "fnmatch.h" ;
+IMPLEMENT "posix3", "ftw.h" ;
+IMPLEMENT "posix3", "glob.h" ;
+IMPLEMENT "posix3", "grp.h" ;
+IMPLEMENT "posix3", "iconv.h" ;
+IMPLEMENT "posix3", "inttypes.h" ;
+IMPLEMENT "posix3", "iso646.h" ;
+IMPLEMENT "posix3", "langinfo.h" ;
+IMPLEMENT "posix3", "libgen.h" ;
+IMPLEMENT "posix3", "limits.h" ;
+IMPLEMENT "posix3", "locale.h" ;
+IMPLEMENT "posix3", "math.h" ;
+IMPLEMENT "posix3", "monetary.h" ;
+IMPLEMENT "posix3", "mqueue.h" ;
+IMPLEMENT "posix3", "ndbm.h" ;
+IMPLEMENT "posix3", "net/if.h" ;
+IMPLEMENT "posix3", "netdb.h" ;
+IMPLEMENT "posix3", "netinet/in.h" ;
+IMPLEMENT "posix3", "netinet/tcp.h" ;
+IMPLEMENT "posix3", "nl_types.h" ;
+IMPLEMENT "posix3", "poll.h" ;
+IMPLEMENT "posix3", "pthread.h" ;
+IMPLEMENT "posix3", "pwd.h" ;
+IMPLEMENT "posix3", "regex.h" ;
+IMPLEMENT "posix3", "sched.h" ;
+IMPLEMENT "posix3", "search.h" ;
+IMPLEMENT "posix3", "semaphore.h" ;
+IMPLEMENT "posix3", "setjmp.h" ;
+IMPLEMENT "posix3", "signal.h" ;
+IMPLEMENT "posix3", "spawn.h" ;
+IMPLEMENT "posix3", "stdarg.h" ;
+IMPLEMENT "posix3", "stdbool.h" ;
+IMPLEMENT "posix3", "stddef.h" ;
+IMPLEMENT "posix3", "stdint.h" ;
+IMPLEMENT "posix3", "stdio.h" ;
+IMPLEMENT "posix3", "stdlib.h" ;
+IMPLEMENT "posix3", "string.h" ;
+IMPLEMENT "posix3", "strings.h" ;
+IMPLEMENT "posix3", "stropts.h" ;
+IMPLEMENT "posix3", "sys/ipc.h" ;
+IMPLEMENT "posix3", "sys/mman.h" ;
+IMPLEMENT "posix3", "sys/msg.h" ;
+IMPLEMENT "posix3", "sys/resource.h" ;
+IMPLEMENT "posix3", "sys/select.h" ;
+IMPLEMENT "posix3", "sys/sem.h" ;
+IMPLEMENT "posix3", "sys/shm.h" ;
+IMPLEMENT "posix3", "sys/socket.h" ;
+IMPLEMENT "posix3", "sys/stat.h" ;
+IMPLEMENT "posix3", "sys/statvfs.h" ;
+IMPLEMENT "posix3", "sys/time.h" ;
+IMPLEMENT "posix3", "sys/timeb.h" ;
+IMPLEMENT "posix3", "sys/times.h" ;
+IMPLEMENT "posix3", "sys/types.h" ;
+IMPLEMENT "posix3", "sys/uio.h" ;
+IMPLEMENT "posix3", "sys/un.h" ;
+IMPLEMENT "posix3", "sys/utsname.h" ;
+IMPLEMENT "posix3", "sys/wait.h" ;
+IMPLEMENT "posix3", "syslog.h" ;
+IMPLEMENT "posix3", "tar.h" ;
+IMPLEMENT "posix3", "termios.h" ;
+IMPLEMENT "posix3", "tgmath.h" ;
+IMPLEMENT "posix3", "time.h" ;
+IMPLEMENT "posix3", "trace.h" ;
+IMPLEMENT "posix3", "ucontext.h" ;
+IMPLEMENT "posix3", "ulimit.h" ;
+IMPLEMENT "posix3", "unistd.h" ;
+IMPLEMENT "posix3", "utime.h" ;
+IMPLEMENT "posix3", "utmpx.h" ;
+IMPLEMENT "posix3", "wchar.h" ;
+IMPLEMENT "posix3", "wctype.h" ;
+IMPLEMENT "posix3", "wordexp.h" ;