m4/check-decl.m4


Log

Author Commit Date CI Message
Jim Meyering ee76465a 2001-08-12T13:26:00 Quote the first argument in each use of AC_DEFUN.
Jim Meyering f9b057c2 2001-01-01T18:08:48 (jm_CHECK_DECLS): Include grp.h and pwd.h if available. They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
Jim Meyering 0b61bd7a 2000-10-21T10:36:32 (jm_CHECK_DECLS): Also check for memrchr.
Jim Meyering 0c67c4cb 2000-08-20T12:45:31 Include utmp.h `#if HAVE_UTMP_H', rather than `#if !HAVE_UTMPX_H'. The latter would lose on systems with neither utmp.h nor utmpx.h. Reported by Eli Zaretskii.
Jim Meyering 8947561e 2000-07-23T18:44:35 fix typos (missing commas)
Jim Meyering 644718b8 2000-07-23T15:27:11 (jm_CHECK_DECLS): Check for declarations of these, too: getgrgid, getpwuid, getuid.
Jim Meyering 73105ae2 2000-07-04T09:03:26 (AC_CHECK_DECLS): Add strnlen.
Jim Meyering 15c66513 2000-06-27T10:01:30 (_jm_DECL_HEADERS): Check for utmp.h as well.
Jim Meyering 995b4bfa 2000-05-24T07:46:55 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
Jim Meyering 0beb9745 2000-05-03T08:37:03 (AC_CHECK_DECLS): Add strndup.
Jim Meyering 9b1445bd 2000-04-05T15:22:04 fix two typos. Duh
Jim Meyering dacc1385 2000-04-05T15:14:28 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. (jm_CHECK_DECLS): Add getutent to the list of functions. (_jm_DECL_HEADERS): Add utmpx.h.
Jim Meyering dce9198e 2000-03-02T09:05:28 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
Jim Meyering 2689f07b 2000-02-27T17:53:31 Add getenv to the list.
Jim Meyering f10987bb 2000-02-26T21:28:10 whoops. Add commas in parenthesized list of functions in call to AC_CHECK_DECLS.
Jim Meyering b5603508 2000-02-23T15:24:51 Now that we have the new AC_CHECK_DECLS, use it in place of my hack.
Jim Meyering 773ab3e8 2000-01-31T22:39:54 (jm_CHECK_DECLS): Add nanosleep to the list of functions. Add the time.h and sys/time.h headers along with the AC_REQUIRE'ment of AC_HEADER_TIME.
Jim Meyering 8a722e6b 2000-01-22T14:22:42 (_jm_DECL_HEADERS): Define new function. (jm_CHECK_DECLARATIONS): Require it.
Jim Meyering 56bde584 2000-01-22T14:07:23 Revert to using #if HAVE_STDLIB_H to guard inclusion of <stdlib.h>.
Jim Meyering d833adac 2000-01-22T13:53:10 Guard inclusion of <stdlib.h> with `#if STDC_HEADERS', 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.
Jim Meyering a4635752 1999-01-10T22:45:03 Use 3-arg form of AC_DEFINE instead of the AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the comments in config.h.in are meaningful.
Jim Meyering 7be311ab 1998-10-18T14:08:09 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
Jim Meyering 7cf376fe 1998-10-18T01:08:22 (jm_CHECK_DECLS): Reflect interface change. (jm_CHECK_DECL_LOCALTIME_R): New macro.
Jim Meyering ea35b886 1997-12-21T12:10:26 increment serial number
Jim Meyering b79b9b8f 1997-12-14T15:03:38 Add #serial 1.
Jim Meyering 53a77016 1997-12-14T12:03:55 add lseek
Jim Meyering a46a42ae 1997-12-14T08:03:07 s/DECLARATION_/DECL_/g. Add memchr.
Jim Meyering d22fdbb6 1997-10-24T01:42:27 .