1# acfunctions -- autoscan's mapping from functions to Autoconf macros
2# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
3# Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2, or (at your option)
8# any later version.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18# 02111-1307, USA.
19
20# Ones that have their own macros.
21alloca		AC_FUNC_ALLOCA
22bcmp		AC_HEADER_STDC
23bcopy		AC_HEADER_STDC
24bzero		AC_HEADER_STDC
25bzero		AC_CHECK_FUNCS
26chown		AC_FUNC_CHOWN
27error		AC_FUNC_ERROR_AT_LINE
28error_at_line	AC_FUNC_ERROR_AT_LINE
29fnmatch		AC_FUNC_FNMATCH
30fork		AC_FUNC_FORK
31fseeko		AC_FUNC_FSEEKO
32ftello		AC_FUNC_FSEEKO
33getgroups	AC_FUNC_GETGROUPS
34getloadavg	AC_FUNC_GETLOADAVG
35getpgrp		AC_FUNC_GETPGRP
36index		AC_HEADER_STDC
37ioctl		AC_PROG_GCC_TRADITIONAL
38lstat		AC_FUNC_LSTAT
39major		AC_HEADER_MAJOR
40malloc		AC_FUNC_MALLOC
41makedev		AC_HEADER_MAJOR
42memchr		AC_HEADER_STDC
43memchr		AC_CHECK_FUNCS
44memcmp		AC_FUNC_MEMCMP
45memcpy		AC_HEADER_STDC
46memmove		AC_HEADER_STDC
47memmove		AC_CHECK_FUNCS
48memset		AC_HEADER_STDC
49memset		AC_CHECK_FUNCS
50minor		AC_HEADER_MAJOR
51mktime		AC_FUNC_MKTIME
52mmap		AC_FUNC_MMAP
53obstack_init	AC_FUNC_OBSTACK
54rindex		AC_HEADER_STDC
55setpgrp		AC_FUNC_SETPGRP
56setvbuf		AC_FUNC_SETVBUF_REVERSED
57signal		AC_TYPE_SIGNAL
58stat		AC_FUNC_STAT
59strcoll		AC_FUNC_STRCOLL
60strerror_r	AC_FUNC_STRERROR_R
61strftime	AC_FUNC_STRFTIME
62strtod		AC_FUNC_STRTOD
63utime		AC_FUNC_UTIME_NULL
64utime		AC_CHECK_FUNCS
65vfork		AC_FUNC_FORK
66vfprintf	AC_FUNC_VPRINTF
67vprintf		AC_FUNC_VPRINTF
68vsprintf	AC_FUNC_VPRINTF
69wait3		AC_FUNC_WAIT3
70
71# Others, checked with AC_CHECK_FUNCS.
72__argz_count
73__argz_next
74__argz_stringify
75__fpending
76acl
77alarm
78atexit
79btowc
80clock_gettime
81dcgettext
82doprnt
83dup2
84endgrent
85endpwent
86euidaccess
87fchdir
88fdatasync
89fesetround
90floor
91fs_stat_dev
92ftime
93ftruncate
94getcwd
95getdelim
96gethostbyaddr
97gethostbyname
98gethostname
99gethrtime
100getmntent
101getmntinfo
102getpagesize
103getpass
104getspnam
105gettimeofday
106getusershell
107getwd
108hasmntopt
109inet_ntoa
110isascii
111iswprint
112lchown
113listmntent
114localeconv
115localtime_r
116mblen
117mbrlen
118mbrtowc
119mempcpy
120mkdir
121mkfifo
122modf
123munmap
124next_dev
125nl_langinfo
126pathconf
127pow
128pstat_getdynamic
129putenv
130re_comp
131realpath
132regcmp
133regcomp
134resolvepath
135rint
136rmdir
137rpmatch
138select
139setenv
140sethostname
141setlocale
142socket
143sqrt
144stime
145stpcpy
146strcasecmp
147strchr
148strcspn
149strdup
150strerror
151strncasecmp
152strndup
153strnlen
154strpbrk
155strrchr
156strspn
157strstr
158strtol
159strtoul
160strtoull
161strtoumax
162strverscmp
163sysinfo
164tzset
165uname
166utmpname
167utmpxname
168wcwidth
169
170# Local Variables:
171# mode: shell-script
172# End:
173