/* ** lmtp2nntp_version.c -- Version Information for OSSP lmtp2nntp (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _LMTP2NNTP_VERSION_C_AS_HEADER_ #ifndef _LMTP2NNTP_VERSION_C_ #define _LMTP2NNTP_VERSION_C_ #define LMTP2NNTP_VERSION 0x102005 typedef struct { const int v_hex; const char *v_short; const char *v_long; const char *v_tex; const char *v_gnu; const char *v_web; const char *v_sccs; const char *v_rcs; } lmtp2nntp_version_t; extern lmtp2nntp_version_t lmtp2nntp_version; #endif /* _LMTP2NNTP_VERSION_C_ */ #else /* _LMTP2NNTP_VERSION_C_AS_HEADER_ */ #define _LMTP2NNTP_VERSION_C_AS_HEADER_ #include "lmtp2nntp_version.c" #undef _LMTP2NNTP_VERSION_C_AS_HEADER_ lmtp2nntp_version_t lmtp2nntp_version = { 0x102005, "1.2a5", "1.2a5 (29-May-2002)", "This is OSSP lmtp2nntp, Version 1.2a5 (29-May-2002)", "OSSP lmtp2nntp 1.2a5 (29-May-2002)", "OSSP lmtp2nntp/1.2a5", "@(#)OSSP lmtp2nntp 1.2a5 (29-May-2002)", "$Id: OSSP lmtp2nntp 1.2a5 (29-May-2002) $" }; #endif /* _LMTP2NNTP_VERSION_C_AS_HEADER_ */