]> git.ipfire.org Git - people/ms/putty.git/blob - nogss.c
Add search to connection list box.
[people/ms/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 #include "putty.h"
8
9 const int ngsslibs = 0;
10 const char *const gsslibnames[1] = { "dummy" };
11 const struct keyvalwhere gsslibkeywords[1] = { { "dummy", 0, -1, -1 } };