]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - nogss.c
Patch from Alejandro Sedeno, somewhat modified by me, which
[PuTTY.git] / nogss.c
1 /*
2  * Stub definitions of the GSSAPI library list, for Unix pterm and
3  * any other application that needs the symbols defined but has no
4  * use for them.
5  */
6
7 const int ngsslibs = 0;
8 const char *const gsslibnames[1] = { "dummy" };
9 const char *const gsslibkeywords[1] = { "dummy" };
10