summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-25 12:05:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-25 12:05:23 +0000
commit49871190206ea4fc693f4f346c09cf0c838df072 (patch)
tree0e39dcb893dfedf9b9caa79c0ed0932a95f91682 /source3
parent5ee88b189118e01fa7d92e4d3ee0b1f6f878ea7c (diff)
downloadsamba-49871190206ea4fc693f4f346c09cf0c838df072.tar.gz
samba-49871190206ea4fc693f4f346c09cf0c838df072.tar.bz2
samba-49871190206ea4fc693f4f346c09cf0c838df072.zip
Remove obsolete defines (because of new modules system). We need
a way to track which modules have been builtin (This used to be commit 0f724be38439af9284e51b7b9b8605e8956e51ba)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/build_options.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c
index da5accebab..bedfb5ef73 100644
--- a/source3/smbd/build_options.c
+++ b/source3/smbd/build_options.c
@@ -104,15 +104,6 @@ void build_options(BOOL screen)
#ifdef WITH_PAM
output(screen," WITH_PAM\n");
#endif
-#ifdef WITH_TDB_SAM
- output(screen," WITH_TDB_SAM\n");
-#endif
-#ifdef WITH_SMBPASSWD_SAM
- output(screen," WITH_SMBPASSWD_SAM\n");
-#endif
-#ifdef WITH_NISPLUS_SAM
- output(screen," WITH_NISPLUS_SAM\n");
-#endif
#ifdef WITH_NISPLUS_HOME
output(screen," WITH_NISPLUS_HOME\n");
#endif