diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-20 18:29:13 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-20 18:29:13 +0000 |
commit | 5989937dba3f417684180819970ffa09fb74bed7 (patch) | |
tree | 4f994253d32be120bb1f97a436c7d79aa131d392 /source3 | |
parent | cf40d6374547cb493798b538a007ac3165299b29 (diff) | |
download | samba-5989937dba3f417684180819970ffa09fb74bed7.tar.gz samba-5989937dba3f417684180819970ffa09fb74bed7.tar.bz2 samba-5989937dba3f417684180819970ffa09fb74bed7.zip |
remove WITH_TDB_SAM
(This used to be commit ee63331256e12df239c6981e87f57e3bffb361d7)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index c0e59a39b3..a94dd13ac2 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -923,7 +923,7 @@ struct smb_ldap_privates; #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 |