mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
This define does not always seem to be present, so define it if need be.
Andrew Bartlett
(This used to be commit 007143e243
)
This commit is contained in:
parent
327ad645dd
commit
2ee8590c4f
@ -51,6 +51,10 @@
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
|
||||
#ifndef LDAP_OPT_SUCCESS
|
||||
#define LDAP_OPT_SUCCESS 0
|
||||
#endif
|
||||
|
||||
#ifndef SAM_ACCOUNT
|
||||
#define SAM_ACCOUNT struct sam_passwd
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user