projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b0d727
)
(jm_CHECK_DECLS): Check for declarations of these, too:
author
Jim Meyering
<jim@meyering.net>
Sun, 23 Jul 2000 15:27:11 +0000
(15:27 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 23 Jul 2000 15:27:11 +0000
(15:27 +0000)
getgrgid, getpwuid, getuid.
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index b53e013e60fb08994621d2d9d7e370774eaa699b..b1e0a45828676cdaa08e9f7e1c985e6ec337ac0d 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-1,4
+1,4
@@
-#serial 1
4
+#serial 1
5
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,