1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Add python bindings for drsuapi.

(This used to be commit ba3f0312f0)
This commit is contained in:
Jelmer Vernooij 2008-04-08 03:23:53 +02:00
parent f253c3ad91
commit 5cf6c42658
3 changed files with 6 additions and 1 deletions

View File

@ -662,5 +662,9 @@ PRIVATE_DEPENDENCIES = RPC_NDR_DFS
OBJ_FILES = gen_ndr/py_unixinfo.o
PRIVATE_DEPENDENCIES = RPC_NDR_UNIXINFO
[PYTHON::python_drsuapi]
OBJ_FILES = gen_ndr/py_drsuapi.o
PRIVATE_DEPENDENCIES = RPC_NDR_DRSUAPI
[PYTHON::python_dcerpc_security]
OBJ_FILES = gen_ndr/py_security.o

View File

@ -36,6 +36,7 @@ extern void inituuid(void);
extern void init_net(void);
extern void initecho(void);
extern void initdfs(void);
extern void initdrsuapi(void);
extern void initwinreg(void);
extern void initepmapper(void);
extern void initinitshutdown(void);

View File

@ -26,7 +26,7 @@
#define dom_sid2_Type dom_sid_Type
#define dom_sid28_Type dom_sid_Type
#define dom_sid2_Check dom_sid_Check
#define dom_sid28_Check dom_sid28_Check
#define dom_sid28_Check dom_sid_Check
/* This macro is only provided by Python >= 2.3 */
#ifndef PyAPI_DATA