search for: engconfstanza

Displaying 1 result from an estimated 1 matches for "engconfstanza".

2008 May 07
2
Request for generic engine support
...========================================== Add to 'struct ServerOptions' in servconf.h: -------------------------------------------- 50a68,71 > int engineindex; /*engine index in host_key_files */ > char *engconffile; /*engine config information */ > char *engconfstanza; /* engine config stanza */ > -------------------------------------------- =================== Add to servconf.c: -------------------------------------------- 74a67,69 > options->engineindex = -1; > options->engconffile = NULL; > options->engconfstanza = NULL...