summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
AgeCommit message (Collapse)Author
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