#include "includes.h"
#include "librpc/gen_ndr/ndr_dfs.h"
-#if 0
#include "librpc/gen_ndr/ndr_drsuapi.h"
-#endif
#include "librpc/gen_ndr/ndr_dssetup.h"
#include "librpc/gen_ndr/ndr_echo.h"
#include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/ndr_wkssvc.h"
extern const struct ndr_interface_table ndr_table_netdfs;
-#if 0
extern const struct ndr_interface_table ndr_table_drsuapi;
-#endif
extern const struct ndr_interface_table ndr_table_dssetup;
extern const struct ndr_interface_table ndr_table_rpcecho;
extern const struct ndr_interface_table ndr_table_epmapper;
const struct ndr_interface_table *tables[] = {
&ndr_table_netdfs,
-#if 0
&ndr_table_drsuapi,
-#endif
&ndr_table_dssetup,
&ndr_table_rpcecho,
&ndr_table_epmapper,