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.
5
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.
10
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.
15
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.
20
21# Keywords.
22const		AC_C_CONST
23inline		AC_C_INLINE
24
25# Variables.
26sys_siglist	AC_DECL_SYS_SIGLIST
27
28# Types.
29gid_t		AC_TYPE_UID_T
30mode_t		AC_TYPE_MODE_T
31obstack		AC_FUNC_OBSTACK
32off_t		AC_TYPE_OFF_T
33pid_t		AC_TYPE_PID_T
34ptrdiff_t	AC_CHECK_TYPES
35size_t		AC_TYPE_SIZE_T
36timeval		AC_HEADER_TIME
37tm		AC_STRUCT_TM
38uid_t		AC_TYPE_UID_T
39
40# Macros.
41S_ISBLK		AC_HEADER_STAT
42S_ISCHR		AC_HEADER_STAT
43S_ISDIR		AC_HEADER_STAT
44S_ISFIFO	AC_HEADER_STAT
45S_ISLNK		AC_HEADER_STAT
46S_ISREG		AC_HEADER_STAT
47S_ISSOCK	AC_HEADER_STAT
48
49# Members of structures.
50st_blksize	AC_CHECK_MEMBERS([struct stat.st_blksize])
51st_blocks	AC_STRUCT_ST_BLOCKS
52st_rdev		AC_CHECK_MEMBERS([struct stat.st_rdev])
53tm_zone		AC_STRUCT_TIMEZONE
54
55# Local Variables:
56# mode: shell-script
57# End:
58