Sha256: 280d3ca8878e477d40e71bd2d7ac518ba764c276793a4665a27235398a68c156
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
/* * XML Security Library (http://www.aleksey.com/xmlsec). * * Internal header only used during the compilation, * * This is free software; see Copyright file in the source * distribution for preciese wording. * * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com> */ #ifndef __XMLSEC_GLOBALS_H__ #define __XMLSEC_GLOBALS_H__ /** * Use autoconf defines if present. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #define IN_XMLSEC #define XMLSEC_PRIVATE #endif /* __XMLSEC_GLOBALS_H__ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/src/globals.h |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/src/globals.h |