summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-14 03:14:50 +0100
committerColin Watson <cjwatson@debian.org>2007-10-14 03:14:50 +0100
commit40322506d8eb0f18bac99baf9c1fd8c1ea34482d (patch)
tree4fca6784baccdc6f0b4b9b215ac77523d5cbc018 /config.h.in
parentf76c8fc1d65319c2db8a274771505f660f4262ac (diff)
import gnulib xstrndup module
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 7371a62a..da74f495 100644
--- a/config.h.in
+++ b/config.h.in
@@ -159,6 +159,14 @@
don't. */
#undef HAVE_DECL_STRERROR_R
+/* Define to 1 if you have the declaration of `strndup', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRNDUP
+
+/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRNLEN
+
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_SIGLIST
@@ -451,8 +459,8 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the `strnlen' function. */
-#undef HAVE_STRNLEN
+/* Define if you have the strndup() function and it works. */
+#undef HAVE_STRNDUP
/* Define to 1 if you have the `strsep' function. */
#undef HAVE_STRSEP
@@ -811,6 +819,9 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
+/* Define to rpl_strnlen if the replacement function should be used. */
+#undef strnlen
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t