]> andersk Git - gssapi-openssh.git/blame - openssh/version.h
merged OpenSSH 4.2p1 to trunk
[gssapi-openssh.git] / openssh / version.h
CommitLineData
2ce0bfe4 1/* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */
3c0ef626 2
897582c7 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
2ce0bfe4 21#define SSH_VERSION "OpenSSH_4.2"
ec6ec630 22
dfddba3d 23#define SSH_PORTABLE "p1"
24#define SSH_RELEASE SSH_VERSION SSH_PORTABLE \
e04ea08e 25 " NCSA_GSSAPI_20050526" \
897582c7 26 GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.11701 seconds and 5 git commands to generate.