1 /*
2 **  uuid_vers.h -- Version Information for OSSP uuid (syntax: C/C++)
3 **  [automatically generated and maintained by GNU shtool]
4 */
5 
6 #ifdef _UUID_VERS_H_AS_HEADER_
7 
8 #ifndef _UUID_VERS_H_
9 #define _UUID_VERS_H_
10 
11 #define _UUID_VERSION 0x106202
12 
13 typedef struct {
14     const int   v_hex;
15     const char *v_short;
16     const char *v_long;
17     const char *v_tex;
18     const char *v_gnu;
19     const char *v_web;
20     const char *v_sccs;
21     const char *v_rcs;
22 } _uuid_version_t;
23 
24 extern _uuid_version_t _uuid_version;
25 
26 #endif /* _UUID_VERS_H_ */
27 
28 #else /* _UUID_VERS_H_AS_HEADER_ */
29 
30 #define _UUID_VERS_H_AS_HEADER_
31 #include "uuid_vers.h"
32 #undef  _UUID_VERS_H_AS_HEADER_
33 
34 _uuid_version_t _uuid_version = {
35     0x106202,
36     "1.6.2",
37     "1.6.2 (04-Jul-2008)",
38     "This is OSSP uuid, Version 1.6.2 (04-Jul-2008)",
39     "OSSP uuid 1.6.2 (04-Jul-2008)",
40     "OSSP uuid/1.6.2",
41     "@(#)OSSP uuid 1.6.2 (04-Jul-2008)",
42     "$Id: OSSP uuid 1.6.2 (04-Jul-2008) $"
43 };
44 
45 #endif /* _UUID_VERS_H_AS_HEADER_ */
46 
47