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)
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
20 # Ones that have their own macros.
27 error AC_FUNC_ERROR_AT_LINE
28 error_at_line AC_FUNC_ERROR_AT_LINE
29 fnmatch AC_FUNC_FNMATCH
33 getgroups AC_FUNC_GETGROUPS
34 getloadavg AC_FUNC_GETLOADAVG
35 getpgrp AC_FUNC_GETPGRP
37 ioctl AC_PROG_GCC_TRADITIONAL
41 makedev AC_HEADER_MAJOR
46 memmove AC_HEADER_STDC
47 memmove AC_CHECK_FUNCS
53 obstack_init AC_FUNC_OBSTACK
55 setpgrp AC_FUNC_SETPGRP
56 setvbuf AC_FUNC_SETVBUF_REVERSED
59 strcoll AC_FUNC_STRCOLL
60 strerror_r AC_FUNC_STRERROR_R
61 strftime AC_FUNC_STRFTIME
63 utime AC_FUNC_UTIME_NULL
66 vfprintf AC_FUNC_VPRINTF
67 vprintf AC_FUNC_VPRINTF
68 vsprintf AC_FUNC_VPRINTF
71 # Others, checked with AC_CHECK_FUNCS.