Install msysDTK-1.0.1
[msysgit.git] / share / autoconf / autoscan / headers
blob8442caf6eadfd5dbde221cb22a7c2aa10be13194
1 # acheaders -- autoscan's mapping from headers to Autoconf macros
2 # Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
3 # Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 # 02111-1307, USA.
20 # FIXME: The case of AC_HEADER_STDC + AC_CHECK_HEADERS headers is
21 # unclear to me --akim.
23 # Ones that have their own macros.
24 X11/Xlib.h      AC_PATH_X
25 alloca.h        AC_FUNC_ALLOCA
26 dirent.h        AC_HEADER_DIRENT
27 float.h         AC_HEADER_STDC
28 float.h         AC_CHECK_HEADERS
29 ndir.h          AC_HEADER_DIRENT
30 stdarg.h        AC_HEADER_STDC
31 stddef.h        AC_HEADER_STDC
32 stddef.h        AC_CHECK_HEADERS
33 stdlib.h        AC_HEADER_STDC
34 stdlib.h        AC_CHECK_HEADERS
35 string.h        AC_HEADER_STDC
36 string.h        AC_CHECK_HEADERS
37 sys/dir.h       AC_HEADER_DIRENT
38 sys/mkdev.h     AC_HEADER_MAJOR
39 sys/ndir.h      AC_HEADER_DIRENT
40 sys/wait.h      AC_HEADER_SYS_WAIT
42 # Others, checked with AC_CHECK_HEADERS.
43 OS.h
44 argz.h
45 arpa/inet.h
46 # errno.h is portable.
47 fcntl.h
48 fenv.h
49 fs_info.h
50 inttypes.h
51 langinfo.h
52 libintl.h
53 limits.h
54 locale.h
55 mach/mach.h
56 malloc.h
57 memory.h
58 mntent.h
59 mnttab.h
60 netdb.h
61 netinet/in.h
62 nl_types.h
63 nlist.h
64 paths.h
65 sgtty.h
66 shadow.h
67 stdint.h
68 stdio_ext.h
69 strings.h
70 sys/acl.h
71 sys/file.h
72 sys/filsys.h
73 sys/fs/s5param.h
74 sys/fs_types.h
75 sys/fstyp.h
76 sys/ioctl.h
77 sys/mntent.h
78 sys/mount.h
79 sys/param.h
80 sys/socket.h
81 sys/statfs.h
82 sys/statvfs.h
83 sys/systeminfo.h
84 sys/time.h
85 sys/timeb.h
86 sys/vfs.h
87 sys/window.h
88 syslog.h
89 termio.h
90 termios.h
91 unistd.h
92 utime.h
93 utmp.h
94 utmpx.h
95 values.h
96 wchar.h
97 wctype.h
99 # Local Variables:
100 # mode: shell-script
101 # End: