]> andersk Git - gssapi-openssh.git/blobdiff - openssh/version.h
shrink gssapi compat code based on simon's compat patch
[gssapi-openssh.git] / openssh / version.h
index 529bd67fa3ac565f87f78da21e29fec5038f5249..318665902d3e6e44355d4793a4f8458487c20639 100644 (file)
@@ -1,4 +1,23 @@
-/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */
+/* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
 
-#define SSH_VERSION    "OpenSSH_3.1p1"
+#ifdef GSI
+#define GSI_VERSION    " GSI"
+#else
+#define GSI_VERSION    ""
+#endif
 
+#ifdef KRB5
+#define KRB5_VERSION   " KRB5"
+#else
+#define KRB5_VERSION   ""
+#endif
+
+#ifdef MECHGLUE
+#define MGLUE_VERSION  " MECHGLUE"
+#else
+#define MGLUE_VERSION  ""
+#endif
+
+#define SSH_VERSION    "OpenSSH_3.8p1"         \
+                       " NCSA_GSSAPI_20040224" \
+                       GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.03321 seconds and 4 git commands to generate.