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)
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
26 sys_siglist AC_DECL_SYS_SIGLIST
31 obstack AC_FUNC_OBSTACK
34 ptrdiff_t AC_CHECK_TYPES
36 timeval AC_HEADER_TIME
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