No need to define package and version constants, there are already defined in

the lasso_config.h file. This file is included in the generated wrap C source
code.
This commit is contained in:
Romain Chantereay 2004-09-07 08:51:44 +00:00
parent bd7d5b1961
commit 878dab9941
1 changed files with 4 additions and 2 deletions

View File

@ -200,9 +200,11 @@ int lasso_shutdown(void);
%rename(VERSION_MINOR) LASSO_VERSION_MINOR;
%rename(VERSION_SUBMINOR) LASSO_VERSION_SUBMINOR;
#endif
#define LASSO_VERSION_MAJOR 0
/* Useless because some lines before, we explicitly tell to include lasso_config
* in the generated wrap C source code.
* #define LASSO_VERSION_MAJOR 0
#define LASSO_VERSION_MINOR 4
#define LASSO_VERSION_SUBMINOR 0
#define LASSO_VERSION_SUBMINOR 0*/
/* HttpMethod */