[wsf] fix wsf preprocessor conditionals

This commit is contained in:
Benjamin Dauvergne 2011-01-04 16:43:06 +01:00
parent 265f69e236
commit 346071a630
6 changed files with 9 additions and 2 deletions

View File

@ -41,6 +41,7 @@
#endif
#include "identityprivate.h"
#include "../lasso_config.h"
/*****************************************************************************/
/* public methods */

View File

@ -268,6 +268,7 @@
#include "identityprivate.h"
#include "loginprivate.h"
#include "../saml-2.0/loginprivate.h"
#include "../lasso_config.h"
#ifdef LASSO_WSF_ENABLED
#include "../id-wsf/id_ff_extensions_private.h"

View File

@ -53,6 +53,7 @@
#include "../xml/idwsf_strings.h"
#include "../xml/id-wsf-2.0/idwsf2_strings.h"
#endif
#include "../lasso_config.h"
/*****************************************************************************/
/* public functions */

View File

@ -40,6 +40,7 @@
#include "../saml-2.0/serverprivate.h"
#include "../utils.h"
#include "../debug.h"
#include "../lasso_config.h"
#ifdef LASSO_WSF_ENABLED
#include "../id-wsf/id_ff_extensions_private.h"
#include "../id-wsf-2.0/serverprivate.h"

View File

@ -29,6 +29,7 @@
**/
#include "../xml/private.h"
#include "../lasso_config.h"
#include "session.h"
#include "sessionprivate.h"
#include "../xml/saml_assertion.h"

View File

@ -54,8 +54,10 @@
#include "../debug.h"
#include "./soap-1.1/soap_envelope.h"
#include "./soap-1.1/soap_body.h"
#if LASSO_WSF_ENABLED
#include "../lasso_config.h"
#ifdef LASSO_WSF_ENABLED
#include "./idwsf_strings.h"
#include "./id-wsf-2.0/idwsf2_strings.h"
#endif
static void lasso_node_build_xmlNode_from_snippets(LassoNode *node, xmlNode *xmlnode,
@ -2062,7 +2064,7 @@ static const char *
prefix_from_href_and_nodename(const xmlChar *href, G_GNUC_UNUSED const xmlChar *nodename) {
char *prefix = NULL;
#ifdef LASSO_WSF_ENABLED
char *tmp = NULL
char *tmp = NULL;
#endif
if (strcmp((char*)href, LASSO_LASSO_HREF) == 0)