OSDN Git Service

Add support for retrying file transfer.
[ffftp/ffftp.git] / putty / NOGSS.C
1 /*\r
2  * Stub definitions of the GSSAPI library list, for Unix pterm and\r
3  * any other application that needs the symbols defined but has no\r
4  * use for them.\r
5  */\r
6 \r
7 #include "putty.h"\r
8 \r
9 const int ngsslibs = 0;\r
10 const char *const gsslibnames[1] = { "dummy" };\r
11 const struct keyvalwhere gsslibkeywords[1] = { { "dummy", 0, -1, -1 } };\r