summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
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
commit5928c293ff5d0b864172b559cb82d1aa089d9a4a (patch)
tree86a4addf66afc3d5d61158b98b44bb2f02f1c65a /source3/include/config.h.in
parent41b81371697de322789e50ae25e742025ca408ca (diff)
downloadsamba-5928c293ff5d0b864172b559cb82d1aa089d9a4a.tar.gz
samba-5928c293ff5d0b864172b559cb82d1aa089d9a4a.tar.bz2
samba-5928c293ff5d0b864172b559cb82d1aa089d9a4a.zip
added strndup() for systems that don't have it
(This used to be commit 7e92fb7453e4dbf1fe0c32c3dcc1e994cb95b5ea)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index c46ac2721b..7328d022c1 100644
--- a/source3/include/config.h.in
+++ b/source3/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