/* $OpenBSD: version.h,v 1.48 2006/11/07 10:31:31 markus Exp $ */ #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 NCSA_VERSION " NCSA_GSSAPI_20070215" #define SSH_VERSION "OpenSSH_4.5" #define SSH_PORTABLE "p1" #define SSH_HPN "-hpn12v14" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN \ NCSA_VERSION GSI_VERSION KRB5_VERSION MGLUE_VERSION