X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/23e4df365f332a92d97fae27212b2cf777d5b8e0..b3d375b244187cd77f45dc013668e6273e133179:/nogss.c?ds=sidebyside diff --git a/nogss.c b/nogss.c new file mode 100644 index 00000000..57a1b372 --- /dev/null +++ b/nogss.c @@ -0,0 +1,10 @@ +/* + * 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" }; +