From e1b461ba4e410d0f3f6f34edee0a6ad2425106da Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 15 Feb 2005 17:53:50 +0000 Subject: No more lasso_config.h constants export in LASSO bindings. --- swig/Lasso.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/Lasso.i b/swig/Lasso.i index 22dcbd7b..31a2de78 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -694,7 +694,7 @@ SET_NODE_INFO(Node, DowncastableNode) %rename(VERSION_SUBMINOR) LASSO_VERSION_SUBMINOR; %rename(WSF_SUPPORT) LASSO_WSF_SUPPORT; #endif -%include "../lasso/lasso_config.h" +/*%include "../lasso/lasso_config.h"*/ #ifdef LASSO_WSF_ENABLED %{ #define LASSO_WSF_SUPPORT 1 -- cgit