Remove obsolete defines (because of new modules system). We need
authorJelmer Vernooij <jelmer@samba.org>
Tue, 25 Mar 2003 12:05:23 +0000 (12:05 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 25 Mar 2003 12:05:23 +0000 (12:05 +0000)
a way to track which modules have been builtin
(This used to be commit 0f724be38439af9284e51b7b9b8605e8956e51ba)

source3/smbd/build_options.c

index da5accebab60b59423fce8f0be8f88ade3a1b186..bedfb5ef73dc9c34dc50bddde596beddef386fef 100644 (file)
@@ -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