summaryrefslogtreecommitdiffstats
path: root/source/smbd/build_options.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-11-22 05:29:04 +0000
committerGerald Carter <jerry@samba.org>2001-11-22 05:29:04 +0000
commitb51e5b07d9f7719180b28215236efc3fa09d8bea (patch)
tree01783af8c27a926c688db8ef9b65feb63f888fe1 /source/smbd/build_options.c
parent43c496598f8e1aedc9c80222e60bb8e7b3027e03 (diff)
downloadsamba-b51e5b07d9f7719180b28215236efc3fa09d8bea.tar.gz
samba-b51e5b07d9f7719180b28215236efc3fa09d8bea.tar.xz
samba-b51e5b07d9f7719180b28215236efc3fa09d8bea.zip
WITH_MSDFS is not define anywhere. It's built by default.
Diffstat (limited to 'source/smbd/build_options.c')
-rw-r--r--source/smbd/build_options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/build_options.c b/source/smbd/build_options.c
index 48261ea20a1..9e55a297446 100644
--- a/source/smbd/build_options.c
+++ b/source/smbd/build_options.c
@@ -129,9 +129,6 @@ void build_options(BOOL screen)
#ifdef WITH_QUOTAS
output(screen," WITH_QUOTAS\n");
#endif
-#ifdef WITH_MSDFS
- output(screen," WITH_MSDFS\n");
-#endif
#ifdef WITH_VFS
output(screen," WITH_VFS\n");
#endif