Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / autoconf / acidentifiers
blob8c6059ba5771b8586d911023a56f8ae96bc4c7e6
1 # acindentifiers -- autoscan's mapping from identifiers which are not
2 # involved in function calls to Autoconf macros.
3 # Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19 # 02111-1307, USA.
21 # Keywords.
22 const           AC_C_CONST
23 inline          AC_C_INLINE
25 # Variables.
26 sys_siglist     AC_DECL_SYS_SIGLIST
28 # Types.
29 gid_t           AC_TYPE_UID_T
30 mode_t          AC_TYPE_MODE_T
31 obstack         AC_FUNC_OBSTACK
32 off_t           AC_TYPE_OFF_T
33 pid_t           AC_TYPE_PID_T
34 ptrdiff_t       AC_CHECK_TYPES
35 size_t          AC_TYPE_SIZE_T
36 timeval         AC_HEADER_TIME
37 tm              AC_STRUCT_TM
38 uid_t           AC_TYPE_UID_T
40 # Macros.
41 S_ISBLK         AC_HEADER_STAT
42 S_ISCHR         AC_HEADER_STAT
43 S_ISDIR         AC_HEADER_STAT
44 S_ISFIFO        AC_HEADER_STAT
45 S_ISLNK         AC_HEADER_STAT
46 S_ISREG         AC_HEADER_STAT
47 S_ISSOCK        AC_HEADER_STAT
49 # Members of structures.
50 st_blksize      AC_CHECK_MEMBERS([struct stat.st_blksize])
51 st_blocks       AC_STRUCT_ST_BLOCKS
52 st_rdev         AC_CHECK_MEMBERS([struct stat.st_rdev])
53 tm_zone         AC_STRUCT_TIMEZONE
55 # Local Variables:
56 # mode: shell-script
57 # End: