]> git.saurik.com Git - apple/libc.git/blobdiff - include/Makefile.inc
Libc-320.1.3.tar.gz
[apple/libc.git] / include / Makefile.inc
index f6eb88b98874669c26a3481b7f600ff569839bcf..cd3a7df2b91b28c80baf989b91b60ec6cd7d470f 100644 (file)
@@ -1,70 +1,85 @@
 .include "${.CURDIR}/include/arpa/Makefile.inc"
 .include "${.CURDIR}/include/protocols/Makefile.inc"
+.include "${.CURDIR}/include/malloc/Makefile.inc"
 .include "${.CURDIR}/include/objc/Makefile.inc"
 
+# waiting for 2852915 to be reviewed/approved
+#              alloca.h
 INC_INSTHDRS += NSSystemDirectories.h \
-               ar.h \
-               asm.h \
-               bitstring.h \
-               c.h \
-               crt_externs.h \
-               ctype.h \
-               db.h \
-               dirent.h \
-               disktab.h \
-               err.h \
-               errno.h \
-               fcntl.h \
-               fnmatch.h \
-               fsproperties.h \
-               fstab.h \
-               fts.h \
-               glob.h \
-               grp.h \
-               kvm.h \
-               libc.h \
-               libgen.h \
-               limits.h \
-               locale.h \
-               memory.h \
-               monitor.h \
-               mpool.h \
-               ndbm.h \
-               netdb.h \
-               nlist.h \
-               paths.h \
-               pwd.h \
-               ranlib.h \
-               regex.h \
-               regexp.h \
-               rune.h \
-               runetype.h \
-               semaphore.h \
-               setjmp.h \
-               sgtty.h \
-               signal.h \
-               stab.h \
-               standards.h \
-               stddef.h \
-               stdio.h \
-               stdlib.h \
-               string.h \
-               strings.h \
-               struct.h \
-               sysexits.h \
-               syslog.h \
-               tar.h \
-               termios.h \
-               time.h \
-               ttyent.h \
-               tzfile.h \
-               ucontext.h \
-               ulimit.h \
-               unistd.h \
-               util.h \
-               utime.h \
-               utmp.h \
-               vis.h \
+               alloca.h \
+               ar.h \
+               asm.h \
+               bitstring.h \
+               c.h \
+               crt_externs.h \
+               ctype.h \
+               db.h \
+               dirent.h \
+               disktab.h \
+               err.h \
+               errno.h \
+               fcntl.h \
+               fnmatch.h \
+               fsproperties.h \
+               fstab.h \
+               fts.h \
+               getopt.h \
+               glob.h \
+               grp.h \
+               iso646.h \
+               kvm.h \
+               langinfo.h \
+               libc.h \
+               libgen.h \
+               limits.h \
+               locale.h \
+               memory.h \
+               monetary.h \
+               monitor.h \
+               mpool.h \
+               ndbm.h \
+               nl_types.h \
+               nlist.h \
+               paths.h \
+               pwd.h \
+               ranlib.h \
+               readpassphrase.h \
+               regex.h \
+               regexp.h \
+               rune.h \
+               runetype.h \
+               search.h \
+               semaphore.h \
+               setjmp.h \
+               sgtty.h \
+               signal.h \
+               stab.h \
+               standards.h \
+               stddef.h \
+               stdio.h \
+               stdlib.h \
+               strhash.h \
+               string.h \
+               stringlist.h \
+               strings.h \
+               struct.h \
+               sysexits.h \
+               syslog.h \
+               tar.h \
+               termios.h \
+               time.h \
+               timeconv.h \
+               ttyent.h \
+               tzfile.h \
+               ucontext.h \
+               ulimit.h \
+               unistd.h \
+               util.h \
+               utime.h \
+               utmp.h \
+               vis.h \
+               wchar.h \
+               wctype.h
 
 INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
 INSTHDRS += ${INC_INSTHDRS}