equal
deleted
inserted
replaced
|
1 /* |
|
2 * XML Security Library |
|
3 * |
|
4 * globals.h: internal header only used during the compilation |
|
5 * |
|
6 * This is free software; see Copyright file in the source |
|
7 * distribution for preciese wording. |
|
8 * |
|
9 * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com> |
|
10 * Portion Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
11 */ |
|
12 #ifndef __XMLSEC_SYMBIANCRYPTO_GLOBALS_H__ |
|
13 #define __XMLSEC_SYMBIANCRYPTO_GLOBALS_H__ |
|
14 |
|
15 /** |
|
16 * Use autoconf defines if present. |
|
17 */ |
|
18 #ifdef HAVE_CONFIG_H |
|
19 #include "xmlsecc_config.h" |
|
20 #endif /* HAVE_CONFIG_H */ |
|
21 |
|
22 #define IN_XMLSEC_CRYPTO |
|
23 #define XMLSEC_PRIVATE |
|
24 |
|
25 #endif /* ! __XMLSEC_GLOBALS_H__ */ |