summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-16 12:24:42 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-16 12:24:42 +0000
commit78ead781261d397ace22640e3820d0f4fe17722c (patch)
treeef2e2c46443dda02a378d20851d74f7884478f83 /source/include
parentdbc6b137a83cf9fe0558625dd32f92f15296fba6 (diff)
downloadsamba-78ead781261d397ace22640e3820d0f4fe17722c.tar.gz
samba-78ead781261d397ace22640e3820d0f4fe17722c.tar.xz
samba-78ead781261d397ace22640e3820d0f4fe17722c.zip
reran configure after adding a test for strnlen()
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 7328d022c1a..afe49d419cb 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -809,6 +809,9 @@
/* Define if you have the strndup function. */
#undef HAVE_STRNDUP
+/* Define if you have the strnlen function. */
+#undef HAVE_STRNLEN
+
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK