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)
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
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.
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.
46 # errno.h is portable.