mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
11 lines
283 B
C
11 lines
283 B
C
|
/*
|
||
|
* Stub definitions of the GSSAPI library list, for Unix pterm and
|
||
|
* any other application that needs the symbols defined but has no
|
||
|
* use for them.
|
||
|
*/
|
||
|
|
||
|
const int ngsslibs = 0;
|
||
|
const char *const gsslibnames[1] = { "dummy" };
|
||
|
const char *const gsslibkeywords[1] = { "dummy" };
|
||
|
|