No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / autoconf / acfunctions
blob4e3d4c332142558ae848fbcf445c3380d9c236f3
1 # acfunctions -- autoscan's mapping from functions to Autoconf macros
2 # Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
3 # Free Software Foundation, Inc.
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.
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.
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.
20 # Ones that have their own macros.
21 alloca          AC_FUNC_ALLOCA
22 bcmp            AC_HEADER_STDC
23 bcopy           AC_HEADER_STDC
24 bzero           AC_HEADER_STDC
25 bzero           AC_CHECK_FUNCS
26 chown           AC_FUNC_CHOWN
27 error           AC_FUNC_ERROR_AT_LINE
28 error_at_line   AC_FUNC_ERROR_AT_LINE
29 fnmatch         AC_FUNC_FNMATCH
30 fork            AC_FUNC_FORK
31 fseeko          AC_FUNC_FSEEKO
32 ftello          AC_FUNC_FSEEKO
33 getgroups       AC_FUNC_GETGROUPS
34 getloadavg      AC_FUNC_GETLOADAVG
35 getpgrp         AC_FUNC_GETPGRP
36 index           AC_HEADER_STDC
37 ioctl           AC_PROG_GCC_TRADITIONAL
38 lstat           AC_FUNC_LSTAT
39 major           AC_HEADER_MAJOR
40 malloc          AC_FUNC_MALLOC
41 makedev         AC_HEADER_MAJOR
42 memchr          AC_HEADER_STDC
43 memchr          AC_CHECK_FUNCS
44 memcmp          AC_FUNC_MEMCMP
45 memcpy          AC_HEADER_STDC
46 memmove         AC_HEADER_STDC
47 memmove         AC_CHECK_FUNCS
48 memset          AC_HEADER_STDC
49 memset          AC_CHECK_FUNCS
50 minor           AC_HEADER_MAJOR
51 mktime          AC_FUNC_MKTIME
52 mmap            AC_FUNC_MMAP
53 obstack_init    AC_FUNC_OBSTACK
54 rindex          AC_HEADER_STDC
55 setpgrp         AC_FUNC_SETPGRP
56 setvbuf         AC_FUNC_SETVBUF_REVERSED
57 signal          AC_TYPE_SIGNAL
58 stat            AC_FUNC_STAT
59 strcoll         AC_FUNC_STRCOLL
60 strerror_r      AC_FUNC_STRERROR_R
61 strftime        AC_FUNC_STRFTIME
62 strtod          AC_FUNC_STRTOD
63 utime           AC_FUNC_UTIME_NULL
64 utime           AC_CHECK_FUNCS
65 vfork           AC_FUNC_FORK
66 vfprintf        AC_FUNC_VPRINTF
67 vprintf         AC_FUNC_VPRINTF
68 vsprintf        AC_FUNC_VPRINTF
69 wait3           AC_FUNC_WAIT3
71 # Others, checked with AC_CHECK_FUNCS.
72 __argz_count
73 __argz_next
74 __argz_stringify
75 __fpending
76 acl
77 alarm
78 atexit
79 btowc
80 clock_gettime
81 dcgettext
82 doprnt
83 dup2
84 endgrent
85 endpwent
86 euidaccess
87 fchdir
88 fdatasync
89 fesetround
90 floor
91 fs_stat_dev
92 ftime
93 ftruncate
94 getcwd
95 getdelim
96 gethostbyaddr
97 gethostbyname
98 gethostname
99 gethrtime
100 getmntent
101 getmntinfo
102 getpagesize
103 getpass
104 getspnam
105 gettimeofday
106 getusershell
107 getwd
108 hasmntopt
109 inet_ntoa
110 isascii
111 iswprint
112 lchown
113 listmntent
114 localeconv
115 localtime_r
116 mblen
117 mbrlen
118 mbrtowc
119 mempcpy
120 mkdir
121 mkfifo
122 modf
123 munmap
124 next_dev
125 nl_langinfo
126 pathconf
128 pstat_getdynamic
129 putenv
130 re_comp
131 realpath
132 regcmp
133 regcomp
134 resolvepath
135 rint
136 rmdir
137 rpmatch
138 select
139 setenv
140 sethostname
141 setlocale
142 socket
143 sqrt
144 stime
145 stpcpy
146 strcasecmp
147 strchr
148 strcspn
149 strdup
150 strerror
151 strncasecmp
152 strndup
153 strnlen
154 strpbrk
155 strrchr
156 strspn
157 strstr
158 strtol
159 strtoul
160 strtoull
161 strtoumax
162 strverscmp
163 sysinfo
164 tzset
165 uname
166 utmpname
167 utmpxname
168 wcwidth
170 # Local Variables:
171 # mode: shell-script
172 # End: