WITH_MSDFS is not define anywhere. It's built by default.
authorGerald Carter <jerry@samba.org>
Thu, 22 Nov 2001 05:29:04 +0000 (05:29 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 22 Nov 2001 05:29:04 +0000 (05:29 +0000)
(This used to be commit b51e5b07d9f7719180b28215236efc3fa09d8bea)

source3/smbd/build_options.c

index 48261ea20a19c0f1186b61a616d04c0d2a897901..9e55a297446ea731d966938d1c0a8d67ad42602b 100644 (file)
@@ -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