diff options
Diffstat (limited to 'source3/smbd/build_options.c')
-rw-r--r-- | source3/smbd/build_options.c | 9 |
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 |