projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603d294
)
(AC_CHECK_DECLS): Add strnlen.
author
Jim Meyering
<jim@meyering.net>
Tue, 4 Jul 2000 09:03:26 +0000
(09:03 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 4 Jul 2000 09:03:26 +0000
(09:03 +0000)
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index 3c18b03f12d023a82133ba0a4cc6fe5fb6973e1b..b53e013e60fb08994621d2d9d7e370774eaa699b 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-1,4
+1,4
@@
-#serial 1
3
+#serial 1
4
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@
-56,6
+56,7
@@
AC_DEFUN(jm_CHECK_DECLS,
realloc,
stpcpy,
strndup,
+ strnlen,
strstr,
strtoul,
strtoull,