summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/uuid_vers.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:07:43 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:07:43 +0200
commit4226e548662339ea1ca37b45385a7cf9b237ff1e (patch)
tree9a3fa54b85d97f05164e41bdb96b82f748a37342 /shared/ossp_uuid/uuid_vers.h
parent3.7 (diff)
downloadFreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.gz
FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.bz2
FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.zip
3.8
Diffstat (limited to 'shared/ossp_uuid/uuid_vers.h')
-rw-r--r--shared/ossp_uuid/uuid_vers.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/shared/ossp_uuid/uuid_vers.h b/shared/ossp_uuid/uuid_vers.h
deleted file mode 100644
index afe3d8f0..00000000
--- a/shared/ossp_uuid/uuid_vers.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-** uuid_vers.h -- Version Information for OSSP uuid (syntax: C/C++)
-** [automatically generated and maintained by GNU shtool]
-*/
-
-#ifdef _UUID_VERS_H_AS_HEADER_
-
-#ifndef _UUID_VERS_H_
-#define _UUID_VERS_H_
-
-#define _UUID_VERSION 0x106202
-
-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;
-} _uuid_version_t;
-
-extern _uuid_version_t _uuid_version;
-
-#endif /* _UUID_VERS_H_ */
-
-#else /* _UUID_VERS_H_AS_HEADER_ */
-
-#define _UUID_VERS_H_AS_HEADER_
-#include "uuid_vers.h"
-#undef _UUID_VERS_H_AS_HEADER_
-
-_uuid_version_t _uuid_version = {
- 0x106202,
- "1.6.2",
- "1.6.2 (04-Jul-2008)",
- "This is OSSP uuid, Version 1.6.2 (04-Jul-2008)",
- "OSSP uuid 1.6.2 (04-Jul-2008)",
- "OSSP uuid/1.6.2",
- "@(#)OSSP uuid 1.6.2 (04-Jul-2008)",
- "$Id: OSSP uuid 1.6.2 (04-Jul-2008) $"
-};
-
-#endif /* _UUID_VERS_H_AS_HEADER_ */
-
bgstack15