1
0
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:
Andrew Bartlett 2003-04-23 11:03:08 +00:00
parent 327ad645dd
commit 2ee8590c4f

View File

@ -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