]> SALOME platform Git repositories - modules/yacs.git/blob - src/bases/yacsconfig.h
Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / bases / yacsconfig.h
1 #ifndef __yacsconfig_h__
2 #define __yacsconfig_h__
3
4 #include <yacs_config.h>
5
6 #undef PACKAGE_BUGREPORT
7 #undef PACKAGE_NAME
8 #undef PACKAGE_STRING
9 #undef PACKAGE_TARNAME
10 #undef PACKAGE_VERSION
11 #undef PACKAGE
12 #undef VERSION
13
14 #if defined __GNUC__ 
15   #if (__GNUC__ == 3 && __GNUC_MINOR__ < 4)
16     #define NOCOVARIANT
17   #endif
18 #endif
19
20 #endif
21