]> Creatis software - cpPlugins.git/blobdiff - appli/bash/Config.h.in
...
[cpPlugins.git] / appli / bash / Config.h.in
index 953661b2238f24507c35357cc07204bc6f2161f4..8306fe58fd74fc468e48dd1020879f7a5d59eef7 100644 (file)
@@ -22,6 +22,7 @@
 #define cpPlugins_CONFIG_VECTORS            "@cpPlugins_CONFIG_VECTORS@"
 #define cpPlugins_CONFIG_DIFFUSIONTENSORS   "@cpPlugins_CONFIG_DIFFUSIONTENSORS@"
 #define cpPlugins_CONFIG_MATRICES           "@cpPlugins_CONFIG_MATRICES@"
+#define cpPlugins_ALL_CONFIGS               "@cpPlugins_ALL_CONFIGS@"
 
 // -------------------------------------------------------------------------
 #define cpPlugins_bash_OS_@CMAKE_SYSTEM_NAME@
@@ -132,10 +133,6 @@ namespace cpPlugins_bash
   // -----------------------------------------------------------------------
   inline void LoadDefinitions( TCommands& commands )
   {
-    commands[ "define" ].push_back(
-      std::string( "bool_types=" ) +
-      std::string( cpPlugins_CONFIG_BOOLEAN_TYPES )
-      );
     commands[ "define" ].push_back(
       std::string( "int_types=" ) +
       std::string( cpPlugins_CONFIG_INTEGER_TYPES )
@@ -174,7 +171,7 @@ namespace cpPlugins_bash
         );
     commands[ "define" ].push_back(
       std::string(
-        "scalar_pixels=#bool_types#;#int_types#;#uint_types#;#real_types#"
+        "scalar_pixels=#int_types#;#uint_types#;#real_types#"
         )
       );
   }