xmlsecurityengine/xmlsec/inc/xmlsec_globals.h
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /*
       
     2  * XML Security Library (http://www.aleksey.com/xmlsec).
       
     3  *
       
     4  * 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 
       
    13 #ifndef __XMLSEC_GLOBALS_H__
       
    14 #define __XMLSEC_GLOBALS_H__
       
    15 
       
    16 /**
       
    17  * Use autoconf defines if present. 
       
    18  */
       
    19 #ifdef HAVE_CONFIG_H
       
    20 #include "xmlsec_config.h"
       
    21 #endif /* HAVE_CONFIG_H */
       
    22 
       
    23 #define IN_XMLSEC
       
    24 #define XMLSEC_PRIVATE
       
    25 
       
    26 #endif /* __XMLSEC_GLOBALS_H__ */