]> andersk Git - gssapi-openssh.git/blobdiff - openssh/version.h
remove superfluous #includes
[gssapi-openssh.git] / openssh / version.h
index 529bd67fa3ac565f87f78da21e29fec5038f5249..fbf07e6a299e2da2646e7368d26d0ab9ae5f2b69 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_20040304" \
+                       GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.038477 seconds and 4 git commands to generate.