]> andersk Git - gssapi-openssh.git/blame - openssh/version.h
Merge from OPENSSH_3_8_1P1_GSSAPI_20040713 to OPENSSH_3_9P1_GSSAPI_20040818.
[gssapi-openssh.git] / openssh / version.h
CommitLineData
1b56ff3d 1/* $OpenBSD: version.h,v 1.42 2004/08/16 08:17:01 markus 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
1b56ff3d 21#define SSH_VERSION "OpenSSH_3.9p1" \
22 " NCSA_GSSAPI_3.5" \
70791e56 23 GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.06854 seconds and 5 git commands to generate.