From 11aa019becb42248aa418c3667786a4e0bc24053 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 22 Nov 2001 05:29:04 +0000 Subject: WITH_MSDFS is not define anywhere. It's built by default. (This used to be commit b51e5b07d9f7719180b28215236efc3fa09d8bea) --- source3/smbd/build_options.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c index 48261ea20a..9e55a29744 100644 --- a/source3/smbd/build_options.c +++ b/source3/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 -- cgit