summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-29 06:03:04 +0000
committerGerald Carter <jerry@samba.org>2003-04-29 06:03:04 +0000
commit4d6c97edb2a8760bd0a34061017dae8688cb32fe (patch)
treea47efc281bbb060ef5defdc142336b001f7baecb /source3/include/includes.h
parentb15ea80acf28a9d6ba24f7759c32e8c95217c0d5 (diff)
downloadsamba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.tar.gz
samba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.tar.bz2
samba-4d6c97edb2a8760bd0a34061017dae8688cb32fe.zip
remove --with-tdbsam since it is always built now
(This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 3ff80d07ab..7bcd31f623 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -895,7 +895,7 @@ struct printjob;
#define MAP_FILE 0
#endif
-#if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP) && !defined(WITH_TDB_SAM))
+#if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP))
#define USE_SMBPASS_DB 1
#endif