summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-05-30 12:28:13 +0000
committerAndrew Tridgell <tridge@samba.org>2001-05-30 12:28:13 +0000
commit05d08414728313e2ca04cd5ccbd3ce9d3470a0a3 (patch)
treeb2af01ef32b440fec6d89b097246aa86840b1941 /source3/include/config.h.in
parentad7c3ea0f0918f09283ab28e4fe99f1156ab52f1 (diff)
downloadsamba-05d08414728313e2ca04cd5ccbd3ce9d3470a0a3.tar.gz
samba-05d08414728313e2ca04cd5ccbd3ce9d3470a0a3.tar.bz2
samba-05d08414728313e2ca04cd5ccbd3ce9d3470a0a3.zip
- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add
tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them (This used to be commit ab2465239414853a14529f88a25f13c392aa2d3f)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 406fabb545..591ec31e65 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -212,6 +212,10 @@
#undef HAVE_AIX_ACLS
#undef HAVE_NO_ACLS
#undef HAVE_LIBPAM
+#undef HAVE_ASPRINTF_DECL
+#undef HAVE_VASPRINTF_DECL
+#undef HAVE_SNPRINTF_DECL
+#undef HAVE_VSNPRINTF_DECL
/* The number of bytes in a int. */
#undef SIZEOF_INT