summaryrefslogtreecommitdiff
path: root/m4/strnlen.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-11 08:52:03 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-11 08:52:03 +0000
commite9238130e4d57cf4b76c67332aa0d8b2a945ca35 (patch)
treebd6c3b0a6d50afdf007d62b66340adb06d1df8eb /m4/strnlen.m4
parent8357f9241a90631195c5cf590bd9ae2ad80eb698 (diff)
downloadgnulib-e9238130e4d57cf4b76c67332aa0d8b2a945ca35.tar.gz
Remove K&R cruft.
Diffstat (limited to 'm4/strnlen.m4')
-rw-r--r--m4/strnlen.m49
1 files changed, 2 insertions, 7 deletions
diff --git a/m4/strnlen.m4 b/m4/strnlen.m4
index 89cca67ea6..989ff49f75 100644
--- a/m4/strnlen.m4
+++ b/m4/strnlen.m4
@@ -1,4 +1,4 @@
-# strnlen.m4 serial 2
+# strnlen.m4 serial 3
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -24,9 +24,4 @@ AC_DEFUN([gl_FUNC_STRNLEN],
])
# Prerequisites of lib/strnlen.c.
-AC_DEFUN([gl_PREREQ_STRNLEN], [
- AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS_ONCE(memory.h string.h)
- AC_CHECK_DECLS(memchr)
-])
-
+AC_DEFUN([gl_PREREQ_STRNLEN], [:])