diff -r 000000000000 -r e35f40988205 xmlsecurityengine/xmlsec/inc/xmlsec_config.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xmlsecurityengine/xmlsec/inc/xmlsec_config.h Thu Dec 17 09:29:21 2009 +0200 @@ -0,0 +1,33 @@ +/* +* 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__ */