]> andersk Git - gssapi-openssh.git/blob - openssh/version.h
merged OpenSSH 4.0p1 to trunk and removed GSSAPI compat flags needed for compat with...
[gssapi-openssh.git] / openssh / version.h
1 /* $OpenBSD: version.h,v 1.43 2005/03/08 23:49:48 djm Exp $ */
2
3 #ifdef GSI
4 #define GSI_VERSION     " GSI"
5 #else
6 #define GSI_VERSION     ""
7 #endif
8
9 #ifdef KRB5
10 #define KRB5_VERSION    " KRB5"
11 #else
12 #define KRB5_VERSION    ""
13 #endif
14
15 #ifdef MECHGLUE
16 #define MGLUE_VERSION   " MECHGLUE"
17 #else
18 #define MGLUE_VERSION   ""
19 #endif
20
21 #define SSH_VERSION     "OpenSSH_4.0"
22 #define SSH_PORTABLE    "p1"
23 #define SSH_RELEASE     SSH_VERSION SSH_PORTABLE \
24                         " NCSA_GSSAPI_20050312" \
25                         GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.03603 seconds and 5 git commands to generate.