Git init
[external/xmlsec1.git] / src / skeleton / globals.h
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  */
11 #ifndef __XMLSEC_GLOBALS_H__
12 #define __XMLSEC_GLOBALS_H__
13
14 /**
15  * Use autoconf defines if present. 
16  */
17 #ifdef HAVE_CONFIG_H
18 #include "config.h"
19 #endif /* HAVE_CONFIG_H */
20
21 #define IN_XMLSEC_CRYPTO
22 #define XMLSEC_PRIVATE
23
24 #endif /* ! __XMLSEC_GLOBALS_H__ */