summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 15:27:11 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 15:27:11 +0000
commit644718b83ea639946b2da9d1785cd0c6fc002728 (patch)
tree5c2b2c2b1f63c0fa517d2ed7a47ae930a0dd0f18
parent3b0d7279a554579bdb783939f90eb385b641095f (diff)
downloadgnulib-644718b83ea639946b2da9d1785cd0c6fc002728.tar.gz
(jm_CHECK_DECLS): Check for declarations of these, too:
getgrgid, getpwuid, getuid.
-rw-r--r--m4/check-decl.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index b53e013e60..b1e0a45828 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,