summaryrefslogtreecommitdiff
path: root/globals.h
blob: ee62d41ec687ec9eabc33127aca9e73e08b36b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * XML Security Library
 *
 * globals.h: internal header only used during the compilation
 *
 * See Copyright for the status of this software.
 * 
 * Author: Aleksey Sanin <aleksey@aleksey.com>
 */

#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__

#include "config.h"

#define IN_XMLSEC

#endif /* ! __XMLSEC_GLOBALS_H__ */