summaryrefslogtreecommitdiff
path: root/m4/xstrndup.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-08-17 16:05:16 +0000
committerBruno Haible <bruno@clisp.org>2003-08-17 16:05:16 +0000
commit2506f8959da247eeccb61bfd5ef8726a7aa4bcae (patch)
tree77011ca008e7da5e7ff30c3bb521e78595ea4add /m4/xstrndup.m4
parentd81551a184dbde3caa146a301d2ffb26f31b8d64 (diff)
downloadgnulib-2506f8959da247eeccb61bfd5ef8726a7aa4bcae.tar.gz
Add an include file to module 'strndup'.
New module 'xstrndup'.
Diffstat (limited to 'm4/xstrndup.m4')
-rw-r--r--m4/xstrndup.m417
1 files changed, 17 insertions, 0 deletions
diff --git a/m4/xstrndup.m4 b/m4/xstrndup.m4
new file mode 100644
index 0000000000..87c0ab8cb1
--- /dev/null
+++ b/m4/xstrndup.m4
@@ -0,0 +1,17 @@
+# xstrndup.m4 serial 1
+dnl Copyright (C) 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
+dnl Public License, this file may be distributed as part of a program
+dnl that contains a configuration script generated by Autoconf, under
+dnl the same distribution terms as the rest of that program.
+
+AC_DEFUN([gl_XSTRNDUP],
+[
+ gl_PREREQ_XSTRNDUP
+])
+
+# Prerequisites of lib/xstrndup.c.
+AC_DEFUN([gl_PREREQ_XSTRNDUP], [
+ :
+])