1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

gensec: Support building without any linked-in modules.

This commit is contained in:
Jelmer Vernooij 2010-10-10 16:46:55 +02:00
parent 7ba7ca7062
commit 8f6ca4859c

View File

@ -1394,6 +1394,10 @@ bool gensec_setting_bool(struct gensec_settings *settings, const char *mechanism
return lpcfg_parm_bool(settings->lp_ctx, NULL, mechanism, name, default_value);
}
#ifndef STATIC_gensec_MODULES
#define STATIC_gensec_MODULES NULL
#endif
/*
initialise the GENSEC subsystem
*/