mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Update build_options.c in line with new configure options.
(This used to be commit 3f10b04566
)
This commit is contained in:
parent
48fb51809a
commit
950bae4a22
@ -104,16 +104,20 @@ void build_options(BOOL screen)
|
||||
snprintf(outstring,sizeof(outstring)," WITH_PAM\n");
|
||||
output(screen,outstring);
|
||||
#endif
|
||||
#ifdef WITH_TDBSAM
|
||||
snprintf(outstring,sizeof(outstring)," WITH_TDBSAM\n");
|
||||
#ifdef WITH_TDB_SAM
|
||||
snprintf(outstring,sizeof(outstring)," WITH_TDB_SAM\n");
|
||||
output(screen,outstring);
|
||||
#endif
|
||||
#ifdef WITH_LDAP
|
||||
snprintf(outstring,sizeof(outstring)," WITH_LDAP\n");
|
||||
#ifdef WITH_LDAP_SAM
|
||||
snprintf(outstring,sizeof(outstring)," WITH_LDAP_SAM\n");
|
||||
output(screen,outstring);
|
||||
#endif
|
||||
#ifdef WITH_NISPLUS
|
||||
snprintf(outstring,sizeof(outstring)," WITH_NISPLUS\n");
|
||||
#ifdef WITH_SMBPASSWD_SAM
|
||||
snprintf(outstring,sizeof(outstring)," WITH_SMBPASSWD_SAM\n");
|
||||
output(screen,outstring);
|
||||
#endif
|
||||
#ifdef WITH_NISPLUS_SAM
|
||||
snprintf(outstring,sizeof(outstring)," WITH_NISPLUS_SAM\n");
|
||||
output(screen,outstring);
|
||||
#endif
|
||||
#ifdef WITH_NISPLUS_HOME
|
||||
|
Loading…
Reference in New Issue
Block a user