]> andersk Git - gssapi-openssh.git/blobdiff - openssh/version.h
remove superfluous #includes
[gssapi-openssh.git] / openssh / version.h
index 804e560c72fa28f8ad25fa15b7bf02ee68ee6674..fbf07e6a299e2da2646e7368d26d0ab9ae5f2b69 100644 (file)
@@ -1,3 +1,23 @@
-/* $OpenBSD: version.h,v 1.25 2001/10/15 16:10:50 deraadt Exp $ */
+/* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
 
-#define SSH_VERSION    "OpenSSH_3.0.2p1"
+#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.031318 seconds and 4 git commands to generate.