summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
AgeCommit message (Collapse)Author
2003-09-13(jm_CHECK_DECLS): Include <string.h>, <stdlib.h> unconditionally.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2003-02-09(jm_CHECK_DECLS): Add euidaccess.Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-01-01(jm_CHECK_DECLS): Include grp.h and pwd.h if available.Jim Meyering
They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
2000-10-21(jm_CHECK_DECLS): Also check for memrchr.Jim Meyering
2000-08-20Include utmp.h `#if HAVE_UTMP_H', rather thanJim Meyering
`#if !HAVE_UTMPX_H'. The latter would lose on systems with neither utmp.h nor utmpx.h. Reported by Eli Zaretskii.
2000-07-23fix typos (missing commas)Jim Meyering
2000-07-23(jm_CHECK_DECLS): Check for declarations of these, too:Jim Meyering
getgrgid, getpwuid, getuid.
2000-07-04(AC_CHECK_DECLS): Add strnlen.Jim Meyering
2000-06-27(_jm_DECL_HEADERS): Check for utmp.h as well.Jim Meyering
2000-05-24(jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,Jim Meyering
now that autoconf requires that.
2000-05-03(AC_CHECK_DECLS): Add strndup.Jim Meyering
2000-04-05fix two typos. DuhJim Meyering
2000-04-05[!HAVE_UTMPX_H] (headers): Include <utmp.h>.Jim Meyering
(jm_CHECK_DECLS): Add getutent to the list of functions. (_jm_DECL_HEADERS): Add utmpx.h.
2000-03-02(AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.Jim Meyering
2000-02-27Add getenv to the list.Jim Meyering
2000-02-26whoops. Add commas in parenthesized list of functions in callJim Meyering
to AC_CHECK_DECLS.
2000-02-23Now that we have the new AC_CHECK_DECLS, use it in place of my hack.Jim Meyering
2000-01-31(jm_CHECK_DECLS): Add nanosleep to the list ofJim Meyering
functions. Add the time.h and sys/time.h headers along with the AC_REQUIRE'ment of AC_HEADER_TIME.
2000-01-22(_jm_DECL_HEADERS): Define new function.Jim Meyering
(jm_CHECK_DECLARATIONS): Require it.
2000-01-22Revert to using #if HAVE_STDLIB_HJim Meyering
to guard inclusion of <stdlib.h>.
2000-01-22Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',Jim Meyering
not `#if HAVE_STDLIB_H'. The former wasn't defined. Use #if rather than #ifdef. Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
1999-01-10Use 3-arg form of AC_DEFINE instead of theJim Meyering
AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the comments in config.h.in are meaningful.
1998-10-18(jm_CHECK_DECL_LOCALTIME_R): Remove macro.Jim Meyering
1998-10-18(jm_CHECK_DECLS): Reflect interface change.Jim Meyering
(jm_CHECK_DECL_LOCALTIME_R): New macro.
1997-12-21increment serial numberJim Meyering
1997-12-14Add #serial 1.Jim Meyering
1997-12-14add lseekJim Meyering
1997-12-14s/DECLARATION_/DECL_/g.Jim Meyering
Add memchr.
1997-10-24.Jim Meyering