/* ** pth_vers.c -- Version Information for GNU Pth (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _PTH_VERS_C_AS_HEADER_ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ #define PTHVERSION 0x103206 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; } PTHversion_t; extern PTHversion_t PTHversion; #endif /* _PTH_VERS_C_ */ #else /* _PTH_VERS_C_AS_HEADER_ */ #define _PTH_VERS_C_AS_HEADER_ #include "pth_vers.c" #undef _PTH_VERS_C_AS_HEADER_ PTHversion_t PTHversion = { 0x103206, "1.3.6", "1.3.6 (01-Jul-2000)", "This is GNU Pth, Version 1.3.6 (01-Jul-2000)", "GNU Pth 1.3.6 (01-Jul-2000)", "GNU Pth/1.3.6", "@(#)GNU Pth 1.3.6 (01-Jul-2000)", "$Id: GNU Pth 1.3.6 (01-Jul-2000) $" }; #endif /* _PTH_VERS_C_AS_HEADER_ */