diff options
-rw-r--r-- | m4/check-decl.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index b53e013e6..b1e0a4582 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 14 +#serial 15 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -47,7 +47,10 @@ AC_DEFUN(jm_CHECK_DECLS, free, getenv, geteuid, + getgrgid getlogin, + getpwuid + getuid getutent, lseek, malloc, |