Sha256: 3eadab8843f82bc35515517bd75e9f35395ab5b155a76dc41b271d695c26f873
Contents?: true
Size: 520 Bytes
Versions: 6
Compression:
Stored size: 520 Bytes
Contents
/* * XML Security Library * * globals.h: 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_CRYPTO #define XMLSEC_PRIVATE #endif /* ! __XMLSEC_GLOBALS_H__ */
Version data entries
6 entries across 2 versions & 1 rubygems