/* ** str_version.c -- Version Information for Str (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _STR_VERSION_C_AS_HEADER_ #ifndef _STR_VERSION_C_ #define _STR_VERSION_C_ #define STR_VERSION 0x009205 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; } str_version_t; extern str_version_t str_version; #endif /* _STR_VERSION_C_ */ #else /* _STR_VERSION_C_AS_HEADER_ */ #define _STR_VERSION_C_AS_HEADER_ #include "str_version.c" #undef _STR_VERSION_C_AS_HEADER_ str_version_t str_version = { 0x009205, "0.9.5", "0.9.5 (14-Jul-2000)", "This is Str, Version 0.9.5 (14-Jul-2000)", "Str 0.9.5 (14-Jul-2000)", "Str/0.9.5", "@(#)Str 0.9.5 (14-Jul-2000)", "$Id: Str 0.9.5 (14-Jul-2000) $" }; #endif /* _STR_VERSION_C_AS_HEADER_ */