.
[autoconf.git] / acidentifiers
blobebf620088fbf44f248380c70a0915fd835ed2d6b
1 # acidentifiers -- identifiers which are not involved in function calls.
3 # Keywords.
4 const           AC_C_CONST
5 inline          AC_C_INLINE
7 # Variables.
8 sys_siglist     AC_DECL_SYS_SIGLIST
10 # Types.
11 gid_t           AC_TYPE_UID_T
12 mode_t          AC_TYPE_MODE_T
13 obstack         AC_FUNC_OBSTACK
14 off_t           AC_TYPE_OFF_T
15 pid_t           AC_TYPE_PID_T
16 ptrdiff_t       AC_CHECK_TYPES
17 size_t          AC_TYPE_SIZE_T
18 timeval         AC_HEADER_TIME
19 tm              AC_STRUCT_TM
20 uid_t           AC_TYPE_UID_T
22 # Macros.
23 S_ISBLK         AC_HEADER_STAT
24 S_ISCHR         AC_HEADER_STAT
25 S_ISDIR         AC_HEADER_STAT
26 S_ISFIFO        AC_HEADER_STAT
27 S_ISLNK         AC_HEADER_STAT
28 S_ISREG         AC_HEADER_STAT
29 S_ISSOCK        AC_HEADER_STAT
31 # Members of structures.
32 st_blksize      AC_CHECK_MEMBERS([struct stat.st_blksize])
33 st_blocks       AC_STRUCT_ST_BLOCKS
34 st_rdev         AC_CHECK_MEMBERS([struct stat.st_rdev])
35 tm_zone         AC_STRUCT_TIMEZONE