mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +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:
parent
37ee8aecf4
commit
0f724be384
@ -104,15 +104,6 @@ void build_options(BOOL screen)
|
|||||||
#ifdef WITH_PAM
|
#ifdef WITH_PAM
|
||||||
output(screen," WITH_PAM\n");
|
output(screen," WITH_PAM\n");
|
||||||
#endif
|
#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
|
#ifdef WITH_NISPLUS_HOME
|
||||||
output(screen," WITH_NISPLUS_HOME\n");
|
output(screen," WITH_NISPLUS_HOME\n");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user