This file is indexed.

/usr/share/autoconf-dickey/autoconf/acheaders is in autoconf-dickey 2.52+20121002-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
# 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.

# FIXME: The case of AC_HEADER_STDC + AC_CHECK_HEADERS headers is
# unclear to me --akim.

# Ones that have their own macros.
X11/Xlib.h	AC_PATH_X
dirent.h	AC_HEADER_DIRENT
float.h		AC_HEADER_STDC
float.h		AC_CHECK_HEADERS
ndir.h		AC_HEADER_DIRENT
stdarg.h	AC_HEADER_STDC
stddef.h	AC_HEADER_STDC
stddef.h	AC_CHECK_HEADERS
stdlib.h	AC_HEADER_STDC
stdlib.h	AC_CHECK_HEADERS
string.h	AC_HEADER_STDC
string.h	AC_CHECK_HEADERS
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
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
stdint.h
stdio_ext.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/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: