/[autoconf]/autoconf/lib/autoscan/headers
ViewVC logotype

Diff of /autoconf/lib/autoscan/headers

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by akim, Mon Nov 26 10:52:31 2001 UTC revision 1.10 by akim, Sat Sep 28 14:00:35 2002 UTC
# Line 1  Line 1 
1  # acheaders -- autoscan's mapping from headers to Autoconf macros  # acheaders -- autoscan's mapping from headers to Autoconf macros
2  # Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001  # Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002
3  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
4    
5  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 21  Line 21 
21  # unclear to me --akim.  # unclear to me --akim.
22    
23  # Ones that have their own macros.  # Ones that have their own macros.
24  X11/Xlib.h      AC_PATH_X  X11/Xlib.h      AC_PATH_X
25  alloca.h        AC_FUNC_ALLOCA  alloca.h        AC_FUNC_ALLOCA
26  dirent.h        AC_HEADER_DIRENT  dirent.h        AC_HEADER_DIRENT
27  float.h         AC_HEADER_STDC  float.h         AC_HEADER_STDC
28  float.h         AC_CHECK_HEADERS  float.h         AC_CHECK_HEADERS
29  ndir.h          AC_HEADER_DIRENT  ndir.h          AC_HEADER_DIRENT
30  stdarg.h        AC_HEADER_STDC  stdarg.h        AC_HEADER_STDC
31  stddef.h        AC_HEADER_STDC  stddef.h        AC_HEADER_STDC
32  stddef.h        AC_CHECK_HEADERS  stddef.h        AC_CHECK_HEADERS
33  stdlib.h        AC_HEADER_STDC  stdlib.h        AC_HEADER_STDC
34  stdlib.h        AC_CHECK_HEADERS  stdlib.h        AC_CHECK_HEADERS
35  string.h        AC_HEADER_STDC  string.h        AC_HEADER_STDC
36  string.h        AC_CHECK_HEADERS  string.h        AC_CHECK_HEADERS
37  sys/dir.h       AC_HEADER_DIRENT  sys/dir.h       AC_HEADER_DIRENT
38  sys/mkdev.h     AC_HEADER_MAJOR  sys/mkdev.h     AC_HEADER_MAJOR
39  sys/ndir.h      AC_HEADER_DIRENT  sys/ndir.h      AC_HEADER_DIRENT
40  sys/wait.h      AC_HEADER_SYS_WAIT  sys/wait.h      AC_HEADER_SYS_WAIT
41    
42  # Others, checked with AC_CHECK_HEADERS.  # Others, checked with AC_CHECK_HEADERS.
43  OS.h  OS.h                    AC_CHECK_HEADERS
44  argz.h  argz.h                  AC_CHECK_HEADERS
45  arpa/inet.h  arpa/inet.h             AC_CHECK_HEADERS
46  # errno.h is portable.  # errno.h is portable.
47  fcntl.h  fcntl.h                 AC_CHECK_HEADERS
48  fenv.h  fenv.h                  AC_CHECK_HEADERS
49  fs_info.h  fs_info.h               AC_CHECK_HEADERS
50  inttypes.h  inttypes.h              AC_CHECK_HEADERS
51  langinfo.h  langinfo.h              AC_CHECK_HEADERS
52  libintl.h  libintl.h               AC_CHECK_HEADERS
53  limits.h  limits.h                AC_CHECK_HEADERS
54  locale.h  locale.h                AC_CHECK_HEADERS
55  mach/mach.h  mach/mach.h             AC_CHECK_HEADERS
56  malloc.h  malloc.h                AC_CHECK_HEADERS
57  memory.h  memory.h                AC_CHECK_HEADERS
58  mntent.h  mntent.h                AC_CHECK_HEADERS
59  mnttab.h  mnttab.h                AC_CHECK_HEADERS
60  netdb.h  netdb.h                 AC_CHECK_HEADERS
61  netinet/in.h  netinet/in.h            AC_CHECK_HEADERS
62  nl_types.h  nl_types.h              AC_CHECK_HEADERS
63  nlist.h  nlist.h                 AC_CHECK_HEADERS
64  paths.h  paths.h                 AC_CHECK_HEADERS
65  sgtty.h  sgtty.h                 AC_CHECK_HEADERS
66  shadow.h  shadow.h                AC_CHECK_HEADERS
67  stdint.h  stdint.h                AC_CHECK_HEADERS
68  stdio_ext.h  stdio_ext.h             AC_CHECK_HEADERS
69  strings.h  strings.h               AC_CHECK_HEADERS
70  sys/acl.h  sys/acl.h               AC_CHECK_HEADERS
71  sys/file.h  sys/file.h              AC_CHECK_HEADERS
72  sys/filsys.h  sys/filsys.h            AC_CHECK_HEADERS
73  sys/fs/s5param.h  sys/fs/s5param.h        AC_CHECK_HEADERS
74  sys/fs_types.h  sys/fs_types.h          AC_CHECK_HEADERS
75  sys/fstyp.h  sys/fstyp.h             AC_CHECK_HEADERS
76  sys/ioctl.h  sys/ioctl.h             AC_CHECK_HEADERS
77  sys/mntent.h  sys/mntent.h            AC_CHECK_HEADERS
78  sys/mount.h  sys/mount.h             AC_CHECK_HEADERS
79  sys/param.h  sys/param.h             AC_CHECK_HEADERS
80  sys/socket.h  sys/socket.h            AC_CHECK_HEADERS
81  sys/statfs.h  sys/statfs.h            AC_CHECK_HEADERS
82  sys/statvfs.h  sys/statvfs.h           AC_CHECK_HEADERS
83  sys/systeminfo.h  sys/systeminfo.h        AC_CHECK_HEADERS
84  sys/time.h  sys/time.h              AC_CHECK_HEADERS
85  sys/timeb.h  sys/timeb.h             AC_CHECK_HEADERS
86  sys/vfs.h  sys/vfs.h               AC_CHECK_HEADERS
87  sys/window.h  sys/window.h            AC_CHECK_HEADERS
88  syslog.h  syslog.h                AC_CHECK_HEADERS
89  termio.h  termio.h                AC_CHECK_HEADERS
90  termios.h  termios.h               AC_CHECK_HEADERS
91  unistd.h  unistd.h                AC_CHECK_HEADERS
92  utime.h  utime.h                 AC_CHECK_HEADERS
93  utmp.h  utmp.h                  AC_CHECK_HEADERS
94  utmpx.h  utmpx.h                 AC_CHECK_HEADERS
95  values.h  values.h                AC_CHECK_HEADERS
96  wchar.h  wchar.h                 AC_CHECK_HEADERS
97  wctype.h  wctype.h                AC_CHECK_HEADERS
98    
99  # Local Variables:  # Local Variables:
100  # mode: shell-script  # mode: shell-script

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26