summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-11 15:27:22 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-11 15:27:22 +0000
commit7e92fb7453e4dbf1fe0c32c3dcc1e994cb95b5ea (patch)
tree7e7783909faaa532a07279a929d72f7a867ff591 /source/include
parent51b4de0ae3b05c4f34a645ae9c6e395bc37226e6 (diff)
downloadsamba-7e92fb7453e4dbf1fe0c32c3dcc1e994cb95b5ea.tar.gz
samba-7e92fb7453e4dbf1fe0c32c3dcc1e994cb95b5ea.tar.xz
samba-7e92fb7453e4dbf1fe0c32c3dcc1e994cb95b5ea.zip
added strndup() for systems that don't have it
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index c46ac2721b1..7328d022c1a 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -1,4 +1,4 @@
-/* include/config.h.in. Generated automatically from configure.in by autoheader. */
+/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if on AIX 3.
System headers sometimes define this.
@@ -806,6 +806,9 @@
/* Define if you have the strlcpy function. */
#undef HAVE_STRLCPY
+/* Define if you have the strndup function. */
+#undef HAVE_STRNDUP
+
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK