summaryrefslogtreecommitdiffstats
path: root/acidentifiers
diff options
context:
space:
mode:
Diffstat (limited to 'acidentifiers')
-rw-r--r--acidentifiers57
1 files changed, 57 insertions, 0 deletions
diff --git a/acidentifiers b/acidentifiers
new file mode 100644
index 0000000..8c6059b
--- /dev/null
+++ b/acidentifiers
@@ -0,0 +1,57 @@
+# acindentifiers -- autoscan's mapping from identifiers which are not
+# involved in function calls to Autoconf macros.
+# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
+# Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# Keywords.
+const AC_C_CONST
+inline AC_C_INLINE
+
+# Variables.
+sys_siglist AC_DECL_SYS_SIGLIST
+
+# Types.
+gid_t AC_TYPE_UID_T
+mode_t AC_TYPE_MODE_T
+obstack AC_FUNC_OBSTACK
+off_t AC_TYPE_OFF_T
+pid_t AC_TYPE_PID_T
+ptrdiff_t AC_CHECK_TYPES
+size_t AC_TYPE_SIZE_T
+timeval AC_HEADER_TIME
+tm AC_STRUCT_TM
+uid_t AC_TYPE_UID_T
+
+# Macros.
+S_ISBLK AC_HEADER_STAT
+S_ISCHR AC_HEADER_STAT
+S_ISDIR AC_HEADER_STAT
+S_ISFIFO AC_HEADER_STAT
+S_ISLNK AC_HEADER_STAT
+S_ISREG AC_HEADER_STAT
+S_ISSOCK AC_HEADER_STAT
+
+# Members of structures.
+st_blksize AC_CHECK_MEMBERS([struct stat.st_blksize])
+st_blocks AC_STRUCT_ST_BLOCKS
+st_rdev AC_CHECK_MEMBERS([struct stat.st_rdev])
+tm_zone AC_STRUCT_TIMEZONE
+
+# Local Variables:
+# mode: shell-script
+# End: