Patch from Alejandro Sedeno, somewhat modified by me, which
[u/mdw/putty] / nogss.c
diff --git a/nogss.c b/nogss.c
new file mode 100644 (file)
index 0000000..57a1b37
--- /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" };
+