Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/no-gss.c')
-rw-r--r--stubs/no-gss.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/stubs/no-gss.c b/stubs/no-gss.c
new file mode 100644
index 00000000..844a1323
--- /dev/null
+++ b/stubs/no-gss.c
@@ -0,0 +1,11 @@
+/*
+ * 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.
+ */
+
+#include "putty.h"
+
+const int ngsslibs = 0;
+const char *const gsslibnames[1] = { "dummy" };
+const struct keyvalwhere gsslibkeywords[1] = { { "dummy", 0, -1, -1 } };