/* ** l2_version.c -- Version Information for OSSP L2 (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _L2_VERSION_C_AS_HEADER_ #ifndef _L2_VERSION_C_ #define _L2_VERSION_C_ #define L2_VERSION 0x002200 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; } l2_version_t; extern l2_version_t l2_version; #endif /* _L2_VERSION_C_ */ #else /* _L2_VERSION_C_AS_HEADER_ */ #define _L2_VERSION_C_AS_HEADER_ #include "l2_version.c" #undef _L2_VERSION_C_AS_HEADER_ l2_version_t l2_version = { 0x002200, "0.2.0", "0.2.0 (08-Nov-2001)", "This is OSSP L2, Version 0.2.0 (08-Nov-2001)", "OSSP L2 0.2.0 (08-Nov-2001)", "OSSP L2/0.2.0", "@(#)OSSP L2 0.2.0 (08-Nov-2001)", "$Id: OSSP L2 0.2.0 (08-Nov-2001) $" }; #endif /* _L2_VERSION_C_AS_HEADER_ */