]> andersk Git - gssapi-openssh.git/blame - openssh/version.h
These files live in gssapi-openssh/openssh/gpt/setup. There shouldn't be
[gssapi-openssh.git] / openssh / version.h
CommitLineData
bd5d5d2a 1/* $OpenBSD: version.h,v 1.53 2008/04/03 09:50:14 djm Exp $ */
3c0ef626 2
70791e56 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
bd5d5d2a 21#define NCSA_VERSION " NCSA_GSSAPI_GPT_4.3"
34fee935 22
bd5d5d2a 23#define SSH_VERSION "OpenSSH_5.0"
2e437378 24
25#define SSH_PORTABLE "p1"
bd5d5d2a 26#define SSH_HPN "-hpn13v1"
34fee935 27#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \
2e437378 28 NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.081508 seconds and 5 git commands to generate.