1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-30 13:18:05 +03:00

Remove obsolete defines (because of new modules system). We need

a way to track which modules have been builtin
This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 37ee8aecf4
commit 0f724be384

View 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