summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-12-06 00:05:15 +0000
committerJeremy Allison <jra@samba.org>2000-12-06 00:05:15 +0000
commit9dea7b7c257db487f8ced7dad3fce92fba03ea91 (patch)
tree3fa8f299ec21342b986bee32dc40ddefc32f6c1e /source/include/config.h.in
parentc9884e16fc2d13dd62c5a43633c9a38dadc9822c (diff)
downloadsamba-9dea7b7c257db487f8ced7dad3fce92fba03ea91.tar.gz
samba-9dea7b7c257db487f8ced7dad3fce92fba03ea91.tar.xz
samba-9dea7b7c257db487f8ced7dad3fce92fba03ea91.zip
Changed to sourceforge tdb code. This includes spinlocks (so we now have
a --with-spinlocks option to configure, this does mean the on-disk tdb format has changed, so 2.2alphaX sites will need to re-create their tdb's. The upside is no more tdb fragmentation and a +5% on netbench. Swings and roundabouts.... Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 83e7a25cac5..a647db2911f 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -195,6 +195,11 @@
#undef PUTUTLINE_RETURNS_UTMP
#undef COMPILER_SUPPORTS_LL
#undef HAVE_YP_GET_DEFAULT_DOMAIN
+#undef USE_SPINLOCKS
+#undef SPARC_SPINLOCKS
+#undef INTEL_SPINLOCKS
+#undef MIPS_SPINLOCKS
+#undef POWERPC_SPINLOCKS
/* The number of bytes in a int. */
#undef SIZEOF_INT