xmlsecurityengine/xmlsec/inc/xmlsec_config.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:29:21 +0200
changeset 0 e35f40988205
permissions -rw-r--r--
Revision: 200947 Kit: 200951

/*
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Configuration file for XMLSec component
*
*/

#ifndef __XMLSEC_CONFIG_H__
#define __XMLSEC_CONFIG_H__

#define HAVE_STDLIB_H
#define HAVE_CTYPE_H
#define HAVE_MALLOC_H
#define HAVE_STDIO_H
#define HAVE_STRING_H
#define HAVE_MEMORY_H
#define XMLSEC_NO_CRYPTO_DYNAMIC_LOADING
#define XMLSEC_CRYPTO_SYMBIANCRYPTO
#define XMLSEC_NO_XSLT 
#define HAVE_SNPRINTF
#define HAVE_VSNPRINTF

#endif /* __XMLSEC_CONFIG_H__ */