autoconf/lib/autoscan/headers
Akim Demaille 92b6534b96 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
Add copyright and comments.
* acheaders: Add stdint.h.
Suggested by Paul Eggert.
2001-05-31 15:44:27 +00:00

100 lines
1.8 KiB
Plaintext

# acheaders -- autoscan's mapping from headers to Autoconf macros
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# Ones that have their own macros.
X11/Xlib.h AC_PATH_X
dirent.h AC_HEADER_DIRENT
float.h AC_HEADER_STDC
ndir.h AC_HEADER_DIRENT
stdarg.h AC_HEADER_STDC
stddef.h AC_HEADER_STDC
stdlib.h AC_HEADER_STDC
string.h AC_HEADER_STDC
sys/dir.h AC_HEADER_DIRENT
sys/mkdev.h AC_HEADER_MAJOR
sys/ndir.h AC_HEADER_DIRENT
sys/wait.h AC_HEADER_SYS_WAIT
# Others, checked with AC_CHECK_HEADERS.
OS.h
alloca.h
argz.h
arpa/inet.h
errno.h
fcntl.h
fenv.h
float.h
fs_info.h
inttypes.h
langinfo.h
libintl.h
limits.h
locale.h
mach/mach.h
malloc.h
memory.h
mntent.h
mnttab.h
netdb.h
netinet/in.h
nl_types.h
nlist.h
paths.h
sgtty.h
shadow.h
stddef.h
stdint.h
stdio_ext.h
stdlib.h
string.h
strings.h
sys/acl.h
sys/file.h
sys/filsys.h
sys/fs/s5param.h
sys/fs_types.h
sys/fstyp.h
sys/ioctl.h
sys/mntent.h
sys/mount.h
sys/param.h
sys/socket.h
sys/statfs.h
sys/statvfs.h
sys/systeminfo.h
sys/time.h
sys/timeb.h
sys/vfs.h
sys/wait.h
sys/window.h
syslog.h
termio.h
termios.h
unistd.h
utime.h
utmp.h
utmpx.h
values.h
wchar.h
wctype.h
# Local Variables:
# mode: shell-script
# End: